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

在查找预编译头使用时跳过解决

时间:2014-07-06 08:22:37      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:style   color   使用   strong   文件   cti   

环境:VS2010

微软官方解释:
Visual C++ Concepts: Building a C/C++ ProgramCompiler Warning (level 1) C4627Error Message
”: skipped when looking for precompiled header use
While searching for the location where a precompiled header is used, the compiler encountered an #include directive for the include file. The compiler ignores the #include directive, but issues warning C4627 if the precompiled header does not already contain the include file.

解决方案:

1、去掉预编译头
项目->属性->配置属性->c/c++->预编译头->创建使用预编译头->不使用预编译头

2、将包含文件加到预编译头stdafx.h文件中

3、在每个.cpp中包含预编译头stdafx.h文件

在查找预编译头使用时跳过解决,布布扣,bubuko.com

在查找预编译头使用时跳过解决

标签:style   color   使用   strong   文件   cti   

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

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