Visual Studio 2010 intellisense problem
I have the following intellisense problem, which only occurs in the Release configuration, even though both Debug and Release use the exact same file paths.
I've neve开发者_运维技巧r had problems like this with Visual C++ 2010.
Are you sure that header is in the include path for the project? That's what it sounds like. The preprocessor is not parsing Window.hpp because it isn't being told to find it. Right clicking on your project and setting extra include directories should fix it.
精彩评论