fatal error C1010 unexpected end of file while lookin
g for precompiled header directive这个错误在加入
#include "stdafx.h" 后可解决
但是必须在最上面,否则出现很多莫名其妙的错误
问一下#include头文件是不是有顺序的?顺序怎样确定?
stdafx.h 有什么用处?为什么可以解决这个编译错误
谢谢