Replies: 2 comments 1 reply
-
stdafx.h contains header files for the MFC library, and pch.h contains header files that are independent of the MFC library and Windows. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It is acceptable to increase compilation time by separating precompiled headers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking at the code, and I can't help but wonder why are there two different precompiled headers being used in the project. Does anyone know?
Beta Was this translation helpful? Give feedback.
All reactions