#include”* .h“ 在查找预编译头使用时跳过

2024-10-19 14:45:58

1、出现这种状况的主要原因是没有在cpp文件最前一行添加没有添加 #include "stdafx.h"

#include”* .h“ 在查找预编译头使用时跳过

3、地每个cpp文件的最前一行添加语句:#include "stdafx.h"

#include”* .h“ 在查找预编译头使用时跳过

5、可知通过这个办法很快解决了我们的烦恼

#include”* .h“ 在查找预编译头使用时跳过
猜你喜欢