首页 > 代码库 > fatal error C1853: 'Debug/***.pch' is not a precompiled header file created with this compiler
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。
另外,rebuild all也是一种方法,或把debug目录下的文件删除,然后重新编译。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。