C2504

MFC/Error 2015. 5. 27. 15:58


// Parent.h

class CChild;


class CParent

{


};


// Child.h

#include "Parent.h"


class CChild : publc CParent

{


};




'MFC > Error' 카테고리의 다른 글

Debug Assertion Failed in occont.cpp Line 926  (0) 2015.11.20
C2143  (0) 2015.06.24
LNK 4070  (0) 2014.09.11
MSDN C/C++ 빌드오류  (0) 2014.09.11
LNK1257 오류  (0) 2014.06.05
Posted by 곰돌이짱
,