[solved] C++ classes number limitation

I can’t create more C++ classes.
Project worked fine and had no compilation errors, build were succesfully made, but somehow I’ve reached C++ classes number limit.
If I create new C++ class, compilation stops working and gives some strange errors which never appeared before (syntax errors in TokenizedMessage.h)

If I remove one C++ class, I can create one more C++ class instead.

Why is this happening, how can I fix it?
It’s really vital.

UPD:
There was some error in other teammate’s class. He removed the whole class (because there was no need in it), and now there is no problems with C++ class creation.

BTW I still don’t know the reason why it could happen.

What is the rough number of c++ classess you have currently

~20 classes

There was some error in other teammate’s class. He removed the whole class (because there was no need in it), and now there is no problems with C++ class creation.

BTW I still don’t know the reason why it could happen.

Sorry to bump this but could you point anything in particular that class had? i’m having the same issue