fatal error C1853: 'Debug/***.pch' is not a precompiled header file created with this compiler.
出现这个问题,把工程编译选项中的预编译去掉就可以了,操作步骤:首先全部重编译一下工程,如还是不行则试一试将工程设置中C/C++中precompiled header中选中automatic use of precompiled headers,并在相应through header中输入stdafx.h。
另外,把debug目录下的文件删除,然后重新编译也是一种解决方法
本文介绍了解决Visual Studio中出现的fatal error C1853: 'Debug/***.pch' is not a precompiled header file created with this compiler错误的方法。主要通过调整编译选项中的预编译头设置及清理debug目录来解决问题。
1231

被折叠的 条评论
为什么被折叠?



