码迷,mamicode.com
首页 > 其他好文 > 详细

fatal error C1853: 'Debug/***.pch' is not a precompiled header file created with this compiler

时间:2014-07-30 01:07:02      阅读:281      评论:0      收藏:0      [点我收藏+]

标签:style   文件   问题   size   file   ui   ad   mat   


   出现这个问题,把工程编译选项中的预编译去掉就可以了,操作步骤:首先全部重编译一下工程,如还是不行则试一试将工程设置中C/C++中precompiled   header中选中automatic   use   of   precompiled   headers,并在相应through   header中输入stdafx.h。

    另外,rebuild all也是一种方法,或把debug目录下的文件删除,然后重新编译。

fatal error C1853: 'Debug/***.pch' is not a precompiled header file created with this compiler,布布扣,bubuko.com

fatal error C1853: 'Debug/***.pch' is not a precompiled header file created with this compiler

标签:style   文件   问题   size   file   ui   ad   mat   

原文地址:http://blog.csdn.net/scottly1/article/details/34861953

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!