Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a problem similar to the WindowsSdkDir Problem. But I see that the FrameworkDir is not set correctly for a standard user. Only the administrative user gets the correct FrameworkSdkDir.

The old location of the Framework was "C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0". In the corresponding include directory are only a few files, but the windows.h is mising. The new location ist "C:\Program Files\Microsoft SDKs\Windows\v6.0A".

This causes that the include file "windows.h" is not found anymore an compiling of any C++ Windows projects fails.

How can this be fixed?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.