I have a solution with many Visual C++ projects, all using PCH, but some have particular compiler switches turned on for project-specific needs.
Most of these projec
It seems it's not possible because each source file has to be compiled against the same PDB against which the PCH was compiled. darn it.