Hi
I have declared the class in the header file
class Test{
public:
// Constructor
Test();
// Variables
IClassFact *m_pClassFact;
};
But I am getting an error
error C2143: syntax error : missing ';' before '*'
And also I am getting this error
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Can anyone please help me
Regards
Karan