首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

关于” fatal error C1010: unexpected end of file while looking forprecompiled heade

2013-09-28 
关于” fatal error C1010: unexpected end of file while looking forprecompiled header directive”问题

关于” fatal error C1010: unexpected end of file while looking forprecompiled header directive”问题

其中文意思是:致命错误C1010:意想不到的文件结束而寻找预编译头文件的指令错误执行cl exe。

经过多次的查找,终于解决这问题

 

方法一:

在头文件中加“#include "stdafx.h"(必须放在最上面)。这方法可以解决我那出现的问题,但有网友说,增加了“#include"stdafx.h"还不能解决问题,我不知道是他(或她)是否把“ #include"stdafx.h"放在所有的头文件的最前面没。

不过还有其他方法^_^

方法二:

在project->setting->c/c++->category里选precompiled header

然后在下面选notusing precompiled header

这种方法可以彻底的解决该问题。

 

热点排行