It keeps telling you: >>Did you forget a ';'?<<
Check your new header file, if there's a semicolon after the class definition.
>> 'cItemFrame' followed by 'bool' is illegal (did you forget a ';'?)<< then even tells you where to look - the cItemFrame class is most probably the culprit.
Check your new header file, if there's a semicolon after the class definition.
>> 'cItemFrame' followed by 'bool' is illegal (did you forget a ';'?)<< then even tells you where to look - the cItemFrame class is most probably the culprit.