Cannot open precompiled header file: 'Debug/****.pch': No such file or directory
环境:VC
执行:编译程序
问题描述:Cannot open precompiled header file: 'Debug/****.pch': No such file or directory
我的解决方案
可以使用右键点击项目工程中的该cpp文件,选择setting,在c/c++栏,选择PreCompiled headers,然后设置第一选项,选择不使用预编译头,解决这个问题。
转载
2017-03-13 15:31:18 ·
1182 阅读 ·
0 评论