VC++ .NEt
Yes, and whilst you are there, point the "Source Files" directory to Irrrlicht's source directory (after you've unzipped Irrlicht's source files). Enabling this option gives you Intellisense too and that is cool.
If you do not see Irrlicht's Intellisense, then try including a C++ standard directory like iostream.h and then calling cout. You should now see Intellisense for both, iostream and Irrlicht. Of course, in all this I am presuming you've included "Irrlicht.h"
Hope this helps...
cc
If you do not see Irrlicht's Intellisense, then try including a C++ standard directory like iostream.h and then calling cout. You should now see Intellisense for both, iostream and Irrlicht. Of course, in all this I am presuming you've included "Irrlicht.h"
Hope this helps...
cc