|
Reply tozippodiy
Yes, I later discovered that this problem occurs as long as #include "XXView.h" in other classes.
I find it strange that if other classes are used in header files for general classes, the corresponding header files must be included in their header files. If they are included in their cpp, the compiler will not "recognize" them. Why can the View class |
|