Visual Studio unable to recognise my MFC library for my webcam laser rangefinder code

Question : Where do I "change the project property to Unicode"?

Answer :

For C++,

Right Click the project, and select properties, ( or Alt-Enter ) Property Pages should open

Under Configuration Properties

General

[-]Project Defaults

  **Character Set** : Use Multi-Byte Character Set

- Change to -

  **Character Set** : Use Unicode Character Set

Pain in the butt to find it.


right click your solution, go to properties and set the project properties to use Unicode instead.


you need to install MFC MBCS DLL Add-on As mentioned in your error. See the below link http://msdn.microsoft.com/library/dn251007.aspx