I am really confuse, what is the cons of using pch, for a specific project I am working on?(not sharing pch with multiple project)
The worse case of pch is recompiling (I assume), I expect recompiling would do exactly what it does when doing normal compilation without pch of the same header.
Reading some reddit and chatgpt, they said that it might be slower when pch initially compile compare to a normal compilation. Is that true? If so, why?