The problem I am having is that the source you provided will not compile in my version of MSVC 6.0 using your code straight out of the box and no changes made to it or monkeying around with any settings. I get the following errors:
Build : warning : failed to (or don't know how to) build 'E:\IRRLICHT\examples\Newton Example\code\Debug\NEWTON EXAMPLE.pch'
--------------------Configuration: NEWTON EXAMPLE - Win32 Debug--------------------
Build : warning : failed to (or don't know how to) build 'E:\IRRLICHT\examples\Newton Example\code\Debug\NEWTON EXAMPLE.pch'
Compiling...
game.cpp
e:\irrlicht\examples\newton example\code\game.cpp(1) : fatal error C1083: Cannot open precompiled header file: 'Debug/NEWTON EXAMPLE.pch': No such file or directory
Main.cpp
e:\irrlicht\examples\newton example\code\main.cpp(1) : fatal error C1083: Cannot open precompiled header file: 'Debug/NEWTON EXAMPLE.pch': No such file or directory
Frankly I dont know how, either to get it to make the precompiled header
Any ideas of has anyone else have these problems using MSVC 6.0?