Compiler can't locate sal.h for VS 11 Beta but file is there

Answered Compiler can't locate sal.h for VS 11 Beta but file is there

  • Monday, March 05, 2012 9:45 PM
     
     

    I got this compilation error:

    "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\crtdefs.h(56): fatal error C1083: Cannot open include file: 'sal.h': No such file or directory"

    I inspected the project's Property Pages and verified that "VC++ Directories::Include Directors::$(WindowsSdkDir)include" and $(WindowsSdkDir)=C:\Program Files (x86)\Windows Kits\8.0

    The file is there under

    C:\Program Files (x86)\Windows Kits\8.0\Incude\shared

    I don't see any problem with the configuration nor the file. Any idea? Thanks.

All Replies