[...]But File2.c can't use AAA.pch and does a regular compile (long compile). It gives warning:"no source": Warning: #629-D: the command line options do not match those used when precompiled header file "AAA.pch" was createdQuestions:- Is this a limitation for the precompiled header option? Files must be in the same directory.- Are there any other options on how to solve this?