Project\wx_pch.h.gch\Debug_wx_pch_h_gch
And, the reason you can not move the wx_pch.h to an common folder is what?Oh, Yes, you are right, I haven't thought to move the wx_pch.h to a common file. Thanks.
Or did you not try that?
The wx_pch.h determines the PCH file locations in 2 of the 3 settings.
Note: PCH means pre-complied header is this case called wx_pch.h.gch
Note: I do not use the header wx_pch.h file myself so not sure what it contains.wx_pch.h file do nothing except include <wx/wxprec.h>.
I use the <wx/wxprec.h> directly.