I have a VC++ project in Visual Studio 2008.
It is defining the symbols for unicode on the compiler command line (/D \"_UNICODE\" /D \"UNICODE\"), eve
/D \"_UNICODE\" /D \"UNICODE\"
None of the above solutions worked for me. But
#include
worked fine.