I use the editor to create all new C++ classes in my project. Whenever a new class is added the editor also compiles the project. If I need to add a whole bunch of new classes at the same time, it takes too long. Because I must wait for the whole project to compile before I can add the next class.
I would like an option to skip the compile step when adding classes or some way to cancel the compile.