I have copied a .CPP and its .h file from a working project to a new one.
I renamed the ending from .CPP to .mm but it still gives me errors.
In the .h file, near the class definition
class MeterTable
, it says it expect the ;
In the .mm file, there are all kinds of errors.
I thought by changing the ending of the implementation file .mm it would clean all those errors. And yes, the original .CPP file compiled under the old project.