I\'m new to C++, so this question may be basic:
I have two classes that need to refer to each other. Each is in its own header file, and #include\'s the other\'s he
You need a forward declaration.