

Now the compiler will find the Irrlicht.h header file. Add the include directory of the irrlicht engine folder to the list of directories. Select the directories tab, and select the 'Include' Item in the combo box. If you use Version 6.0, select the Menu Extras -> Options.Let's explain shortly how to do this in Microsoft Visual Studio: This is different for every IDE and compiler you use. To let the compiler find this header file, the directory where it is located has to be specified. The header file can be found in the Irrlicht Engine SDK directory include.

You have to include the header file in order to use the engine. Microsoft Visual Studio is used as an IDE, but you will also be able to understand everything if you are using a different one or even another operating system than windows. The program will show how to use the basics of the VideoDriver, the GUIEnvironment, and the SceneManager. This Tutorial shows how to set up the IDE for using the Irrlicht Engine and how to write a simple HelloWorld program with it.
