Visual Studio解决错误 fatal error C1010: unexpected end of file while looking for precompiled head(转)(
Posted ~小小鸟~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Visual Studio解决错误 fatal error C1010: unexpected end of file while looking for precompiled head(转)(相关的知识,希望对你有一定的参考价值。
原文转自 http://blog.csdn.net/liuqiyao_01/article/details/38867145
在编译VS时候,出现fatal error C1010: unexpected end of file while looking for precompiled head。
问题详细解释:致命错误C1010,在寻找预编译指示头文件时,文件未预期结束。就是没有找到预编译指示信息的问文件。
顾名思义就是预编译因为缺少了预编译文件而失败。解决方法显然可以取消预编译,或者帮助编译器找到预编译文件。
【解决方案】
1.右键单击项目工程中的cpp文件,在菜单Project->Settings->C/C++->Precompile Header,设置为第一项:Not using precompile headers。
2.在.cpp文件开头添加包含文件stdafx.h。 #include"stdafx.h"
以上是关于Visual Studio解决错误 fatal error C1010: unexpected end of file while looking for precompiled head(转)(的主要内容,如果未能解决你的问题,请参考以下文章
MatlabMatlab2017 使用Microsoft Visual studio做编译提示“fatal error C1083: 无法打开包括文件: “stdlib.h”: No such f(代
从 Visual Studio Code (1.62.2) 推送到 GitHub 时出现“致命:身份验证失败”
Visual Studio Tools for Office 解决方案
Git访问TFS出现权限不足(Using Personal Access Tokens to access Visual Studio Online)