Programs Using Wxwidgets Eclipse
Posted on by admin
Programs Using Wxwidgets Eclipse 2017
Seems like you didn't set the correct include directories to find the wx headers (There is no -I. On the compiler command line).You could add include directories in the project settings of a CDT project under C-Settings-GNU C-Include directories (or similar I don't have Eclipse running at the moment so the names way vary).EDIT:You have changed the 'GCC Assembler' include paths. Since you don't program assembler this part isn't used. You need to edit the include paths in the 'GCC C Compiler' path!