fatal error C1083: Cannot open include file: ‘wx/setup.h’: No such file or directory c:\wxwidgets-2.8.10\include\wx\platform.h 196

Solve this by adding C:\wxWidgets-2.8.10\include\msvc to your Visual Studio path settings.

Cannot open include file: ‘../../../lib/vc_lib/mswd/wx/setup.h’: No such file or directory C:\wxWidgets-2.8.10\include\msvc\wx\setup.h

“Obviously you need to build wxwidgets first”

The dsw workspace is in C:\wxWidgets-2.8.10\build\msw

Post a Comment