unexpected end of file while looking for

作者:暴躁小n | 创建时间: 2023-05-28
fatal error C1010: unexpected end of file while looking for precompiled header directive 这是由于缺少头文件造成的。...
unexpected end of file while looking for

操作方法

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

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

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

点击展开全文

更多推荐