E2029 'identifier' must be a previously defined class or struct (C++)
Go Up to Compiler Errors And Warnings (C++) Index
You are attempting to declare 'identifier' to be a base class, but either it is not a class or it has not yet been fully defined.
Correct the name or rearrange the declarations.