码迷,mamicode.com
首页 > 其他好文 > 详细

#include”* .h“ 在查找预编译头使用时跳过

时间:2017-07-31 15:50:21      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:com   文件   alt   http   ges   分享   文件的   png   使用   

 warning C4627: “#include <windows.h>”:  在查找预编译头使用时跳过

技术分享

解决办法:

原因是没有在cpp文件最前一行添加没有添加 #include "stdafx.h"

#include "stdafx.h" 一定要添加到cpp文件的第一行,不能放在如”#include <iostream>“行等的后面,否则还是会出现类似错误!

#include”* .h“ 在查找预编译头使用时跳过

标签:com   文件   alt   http   ges   分享   文件的   png   使用   

原文地址:http://www.cnblogs.com/wxl845235800/p/7263054.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!