Is there a way within C::B to disable pre-compiled headers? With every compiler I've ever used, pre-compiled headers have always caused more problems than they solve. C::B seems to offer some options for changing the location of a project's PCH files - but I'd like to disable them completely. Is that possible?
If you don't want to use PCH, then don't add them to project.
Regarding disabling them, you have to do it manually and the method will vary depending upon compilers.