vs 編譯問題, C2143, C4430

環境: vs2019 , c++11 情況: A.h 中include"B.h" 原因:頭文件互相包含,會導致編譯的時候出現編譯交叉導致編譯出錯。 解決方法:去掉A.h中include"B.h", 在A.h加上 class logOpration; 然後在A.cpp中include"B.h"
相關文章
相關標籤/搜索