Author Topic: wx/wxprec.h "No such file or directory" in plugin wizard created project.  (Read 6380 times)

Offline LonelySTar

  • Multiple posting newcomer
  • *
  • Posts: 30
Hello together,
I created a plugin using the wizard. After setting the sdk path and inserting the sample "Hello world" code, I tried to compile it:

wx/wxprec.h No such file or directory.

 :shock:
In "Project->Build options -> Compiler -> other options" it says very correctly: `wx-config --cflags`
If I compile the source file by hand: g++ plugin.cpp `wx-config --cflags`
It seems to find "wx/wxprec.h".
Could it be, that compilation is not using the `wx-config --cflags` parameter? Why not?
Thanks! Nathan

ghostrifle

  • Guest
I've got the same problem. Did you manage to solve it ??