it did it so many times and i didn\'t had any problems with it, but this time i still getting the error above, my relevant code is this:
#import \"PiecesChoisies
If this is in a header file, use
@class PiecesChoisies;
Instead of the import statement. Import the .h file in your .m file.