with an .rc file that has:
#include "wx/msw/wx.rc"
Error: "wx/msw/wx.rc" not found
the fix:
Even though you have already set the include path for your whole project to include wxwidgets... you need to set the include path again for the .rc file. Select main.rc... go up to project properties and you will see a smaller menu, and a place to put the Include path again.
No comments:
Post a Comment