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 never had problems like this with Visual C++ 2010.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.