您的位置首页百科问答

unexpected end of file while looking for

unexpected end of file while looking for

的有关信息介绍如下:

unexpected end of file while looking for

fatal error C1010: unexpected end of file while looking for precompiled header directive

这是由于缺少头文件造成的。

很多人有时候会遇到这样的错误

解决方法很简单,只需要在头部添加头文件#include "stdafx.h"就可以了。

这是效果图。现在这个问题没有了。