-----------------------------------------------------------------
when I hit start Debugging, I get the following error: error C2079: 'A::b' uses undefined class 'B'
The weird part is though that if I comment out the line in B.cpp, it compiles with no problems.... does anyone know why this is??????