error C2143: syntax error : missing ';' before '*'
error C2501: 'CTest2Doc' : missing storage-class or type specifiers
error C2501: 'GetDocument' : missing storage-class or type specifiers
错误提示语句出现在 test2view.h 文件里 这里是 CTest2View类的定义
上网查资料后得知是循环引用的问题 比如A引用了B,B又引用了A
我这里是因为MainFrm.cpp包含了Test2View.h