0
点赞
收藏
分享

微信扫一扫

VS2017: cannot open source file “Windows.h“


在VS2017中打开一个VC++项目,#include 行提示 cannot open source file "Windows.h"

VS2017: cannot open source file “Windows.h“_c++

解决方法:

右击Project -> Properties -> General -> Windows SDK Version, 选择 10.0.xxxxx

VS2017: cannot open source file “Windows.h“_Windows_02

 保存,问题解决。

参考:

​​c++ - Visual Studio 2017 can't find windows.h - Stack Overflow​​

举报

相关推荐

0 条评论