Hi,
Maybe, the #include "IImage.h" was stripped out by the preprocessor directives? Anyway, test case needed.
no, i use this class, everything compiles fine, no directives, irrlicht.h is just a header including many many other headers.
I didnt say cc-list does not find IImage, its just that i always have to type the fully qualified name, even
if i (my cursor) am inside the "namespace irr {}" scope or when i used the statement "using namespace irr;"
If you need a testcase, download irrlicht-engine from
http://irrlicht.sourceforge.net/downloads/ or "svn co
https://irrlicht.svn.sourceforge.net/svnroot/irrlicht/trunk irrlicht-svn"
and go into folder examples, there is a workspace file for codeblocks, then compile the engine first and then one of the 30 examples
and try to get IImage from cc-list inside scope irr::video ( examples *.cpp use "using namespace irr;" statements)
#2 seems to work mostly now ( i use one parser for whole workspace now and restartet the ide)
so its #1 i beg you to concentrate.
thx