分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

               

错误 16 error C1010: 在查找预编译头时遇到意外的文件结尾。是否忘记了向源中添加“#include "StdAfx.h"”? c:\gsoap\gsoap-2.8\gsoap\stdsoap2.cpp 18894 1 AddServer

错误原因:

在创建工程时勾选了:预编译头

在查找预编译头时遇到意外的文件结尾 是否忘记了向源中添加 include StdAfx h

解决方法:

1、在错误提示的文件中添加预编译头

#include "stdafx.h"
2、取消 预编译头

选择VS2010的项目菜单》属性

在查找预编译头时遇到意外的文件结尾 是否忘记了向源中添加 include StdAfx h

依次展开:配置属性》C/C++》预编译头,在右侧选择不使用预编译头

在查找预编译头时遇到意外的文件结尾 是否忘记了向源中添加 include StdAfx h

           

给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow

在查找预编译头时遇到意外的文件结尾 是否忘记了向源中添加 include StdAfx h

相关文章:

  • 2022-01-11
  • 2021-11-27
  • 2021-12-03
  • 2021-07-24
  • 2021-09-30
  • 2021-06-02
  • 2021-04-08
猜你喜欢
  • 2021-07-11
  • 2021-12-28
  • 2021-10-19
  • 2022-12-23
  • 2021-12-12
  • 2021-09-18
相关资源
相似解决方案