Project includes before other includes
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
I had a problem while trying to compile a file that has
the following line :
The reason is that I have in my project a file named
"Window.h" but because wxwidget has a file with the
same name, the compiler tries to search for that file
in the global folder for includes(so he will find my
wxwidget folder), before searching for that file in the
project includes(my project/include). I think that the
IDE should search for included files in the project
includes before searching in the global include folder.
omar.belkhodja@gmail.com