Visual Studio C++编程中#include “stdafx.h”头文件时,出现错误:
Error:IntelliSense: cannot open source “stdafx.h”
解决方法:将 stdafx.h 头文件复制到项目工程中与Debug文件夹相同的目录下即可
Visual Studio C++编程中#include “stdafx.h”头文件时,出现错误:
Error:IntelliSense: cannot open source “stdafx.h”
解决方法:将 stdafx.h 头文件复制到项目工程中与Debug文件夹相同的目录下即可