fatal error C1083: 无法打开包括文件: “pch.h”: No such file or directory 错误的解决方法

包含头文件 atdafx.h

注释掉 pch.h

属性选择,不预编译头文件

#include "stdafx.h"
//#include "pch.h"

原文地址:https://www.cnblogs.com/alantop/p/13776402.html