在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
是这样的,我创建了一个空项目,并通过"项目属性>C/C++>预编译头"把"预编译头"选项设置为"使用(/Yu)",然后手动创建了stdafx.h以及stdafx.cpp 但是编译的时候就报C1083这个错 后来查了一下,把stdafx.cpp的"属性>C/C++>预编译头"修改为"创建(/Yc)",就解决了这个问题 手动创建stdafx.h和stdafx.cpp的内容如下: stdafx.h #pragma once #include <afxwin.h> *********************/ stdafx.cpp /********************* #include "stdafx.h" *********************/ |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论