qiaojun_love
驱动牛犊
驱动牛犊
  • 注册日期2005-01-17
  • 最后登录2005-05-29
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1246回复:2

大侠帮助小弟看看这个错误该怎么解决啊?谢谢!

楼主#
更多 发布于:2005-05-21 20:25
fatal error C1010: unexpected end of file while looking for precompiled header directive
这个是MSDN对该错误的解释:
A precompiled header was specified, but it did not contain a precompiled header directive.
This error can be caused by specifying an incorrect file as a header file, or by specifying an include file with the /Yu (Use Precompiled Header) command line option that is not listed in the source file as an include file.
MSDN到是看懂了可是还是不会解决错误,呵呵,谢谢大侠了
忘记别人的怀记着别人的好
maqian
驱动中牛
驱动中牛
  • 注册日期2002-08-07
  • 最后登录2014-09-16
  • 粉丝2
  • 关注1
  • 积分12分
  • 威望120点
  • 贡献值0点
  • 好评度32点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2005-05-22 09:37
在你的CPP开头处加上
#include \"stdafx.h\"
要不,在Project-settings中,
在左边选中有问题的CPP文件,选C++-Category-Precompiled Headers-Not using precompiled headers.
五花马,千金裘,呼儿将出换美酒。 我不喝酒,喝可乐。
snowStart
驱动老牛
驱动老牛
  • 注册日期2004-04-06
  • 最后登录2011-06-02
  • 粉丝0
  • 关注0
  • 积分95分
  • 威望19点
  • 贡献值177点
  • 好评度1点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2005-05-22 13:07
在你的CPP开头处加上
#include \"stdafx.h\"
要不,在Project-settings中,
在左边选中有问题的CPP文件,选C++-Category-Precompiled Headers-Not using precompiled headers.

这样子就OK
学习,关注,交流中... [email=fengyu@163.com]Email:snowstarth@163.com[/email] [url]http://bbs.zndev.com/?a=snowStart[/url]
游客

返回顶部