I've created a new application which is based on an existing application that is already working fine. So I created a new project and pretty much copied most of the files from my old application to the new one (doing small adjustments so the objects naming will work fine). Now, when I try to build it I get several warnings and errors relating to the PCH file; things like:
* too short to be a PCH file
*: no such file or directory
One or more PCH files were found, but they were invalid
Use -winvalid- pch for more information
Anyone has any idea where I should be looking for a solution?