积极答复者
VS2013的智能感知不能正确判断 #include "stdafx.h"

问题
-
答案
-
预编译头文件跟一般的头文件是有区别的。如果你想把stdafx.h文件存储到其他文件里你要在project properties-> C/C++ ->precompile header-> precompile header file 里设置完整的文件路径。如图:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Shu 2017 2015年6月10日 2:35
全部回复
-
预编译头文件跟一般的头文件是有区别的。如果你想把stdafx.h文件存储到其他文件里你要在project properties-> C/C++ ->precompile header-> precompile header file 里设置完整的文件路径。如图:
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Shu 2017 2015年6月10日 2:35