Include directories aren't configurable via Tools/Options anymore. I see no way to do that via Solution Properties also. I have set INCLUDE environment variable, restarted VS but cl.exe (rc.exe really) still misses a header file.
fatal error RC1015: cannot open include file 'winres.h'.
C:> echo %INCLUDE%
C:\Progra开发者_高级运维m Files\Microsoft Platform SDK\Include\mfc
C:> ls "C:\Program Files\Microsoft Platform SDK\Include\mfc\WINRES.H"
WINRES.H <-- it exists
精彩评论