How do bigger projects deal with C++ compile times?

This one might be too obvious to mention, but think and plan a little bit before messing with header files. The more files include your changes, the longer it will take. Try to leave the rapid iteration to the CPP files.