fatal error C1010: 在查找预编译头时遇到意外的文件结尾。是否忘记了向源中添加“#include "stdafx.h"”?
vs开发时经常遇到没加stdafx。h头文件,解决办法就是吧预编译头去掉!
fatal error C1010: 在查找预编译头时遇到意外的文件结尾。是否忘记了向源中添加“#include "stdafx.h"”?,布布扣,bubuko.com
fatal error C1010: 在查找预编译头时遇到意外的文件结尾。是否忘记了向源中添加“#include "stdafx.h"”?
原文地址:http://www.cnblogs.com/pengkunfan/p/3722227.html