- I downloaded the wxWidgets source.
- Compiled wxWidgets using MinGW.
- Created a CodeLite project under the GUI category with the executable (wxWidgets enabled) type.
- In project settings > Compiler > Include Paths, I added the line "C:\Libraries\wxWidgets-3.2.4\include".
- In project settings > Linker > Libraries Search Path, I added the line "C:\Libraries\wxWidgets-3.2.4\lib\gcc_dll".
- In project settings > Linker > Libraries, I added the line "libwxmsw32u_core;libwxbase32u".
- Cleaned the project.
However, when building, this error happens:
C:/Users/Name/Workspaces/BegginerProjects/GUITest.cpp:1:10 fatal error: wx/wx.h: No such file or directory.
I don't know what else to do. Any help?
I am on windows btw.