//{{AFX_MSG_MAP(CCBAView)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard printing commands
ON_COMMAND(ID_FILE_PRINT, CScrollView::OnFilePrint)
ON_COMMAND(ID_FILE_PRINT_DIRECT, CScrollView::OnFilePrint)
ON_COMMAND(ID_FILE_PRINT_PREVIEW, CScrollView::OnFilePrintPreview)
END_MESSAGE_MAP()
我把上面的代码删除了,以前基类是CScrollView
可是还有错误,说是 error C2011: 'CRowView' : 'class' type redefinition
class CRowView : public CScrollView 是这样定义的
怎么办?