I have never used wxWidgets before, and I would like to try, but I started to have a million problems.
I use wxWidgets 2.9.1 in Visual Studio 2010. I went through the assembly of packages to create each project in each configuration.
I have added include and lib links to my project.
When I try to compile a simple "Hello, World!" programs, I get this error:
Error 1 error C1083: Cannot open include file: '../../../lib/vc_lib/msw/wx/setup.h': No such file or directory
I checked the lib / vc_lib folder, and indeed there was no msw folder found. There were only "msu", "msud", "msuninu" and "msunuvid."
Does anyone know what is happening?: /
c ++ visual-studio-2010 wxwidgets
Avindra goolcharan
source share