摘要: 3)Unexpected end while looking for precompiled header这时因为该模块没有包括预编译头文件“stdafx.h”的缘故。VC用一个stdafx.cpp包含头文件stdafx.h,然后在stdafx.h里包含大部分系统头文件,这样编译时VC就通过编译stdafx.cpp把大部分系统头文件预编译进来了,在Debug目录下有一个很大...阅读全文
posted @ 2005-06-30 20:06 流云 阅读(840) 评论(0) 编辑