I have just started looking at IrrLicht and for some reason when trying out the example "Hello World" program, it says the application has failed to launch becuase Irrlicht.lib can not be found. I have checked by libary paths, include paths ect..and they are all pointing in the correct directory. I have also tried it with #pragma comment(lib, "Irrlicht.lib") instead but with no luck. Any ideas ? It compiles with no errors apart from this when you try and run it