'identifier' : missing storage-class or type specifiers
The identifier is declared without specifying its type.
Possible causes
Example
// Header file for the CUndeclared
has been omitted:
class CMyClass {
private:
CUndeclared m_myClass; // Error: Class unknown
} ;