摘要: warning c4627:"#include stdafx.h":在查找预编译头使用时跳过原因:1、没有添加 #include "stdafx.h"2、#include "stdafx.h" 必须添加到.cpp文件的第一行。不能将其他头文件比如#include放在它的前面。3、每个.cpp文件都必须有#include "stdafx.h" 阅读全文
posted @ 2013-07-24 22:25 hbiner 阅读(120) 评论(0) 推荐(0)