Hi,
I downloaded the source code of BMFont from http://svn.code.sf.net/p/bmfont/code/trunk and installed in standard folder for VS 2010 projects, My Documents\Visual Studio 2010\Projects\BMFont.
When I open main.cpp or other files of the solution, the errors are shown on all the standard includes:
"cannot open source file windows.h",
and so on.
Other my projects find all includes.
In "VC++ Directories" of "bmfont Property Pages" there are the settings for include paths:
C:\Progs\Sys\DirectX SDK\Include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;$(DXSDK_DIR)Include
It seems everything should work, but it doesn't.
Why? Does bmfont somehow rewrites standard variables such as $(VCInstallDir)?
How to check or correct that, I don't know. I'm rather new in all this.
Could you help?
Thank you.