两个头文件 a.h, b.h 在a中用#include“b.h”后出现一堆错误,取消include错误消失。两个文件都使用了类似#pragma once 的命令
#ifndef .... #define .... #endif