When i go to compile the Hello World tutorial, i get this in my build log:
Build Log Build started: Project: Hello World, Configuration: Debug|Win32
Command Lines Creating temporary file "c:\Users\Hamish\Documents\Visual Studio 2008\Projects\Hello World\Hello World\Debug\RSP00000153444468.rsp" with contents
[
/FD /EHsc /MTd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /c /ZI /TP ".\Main.cpp"
]
Creating command line "cl.exe @"c:\Users\Hamish\Documents\Visual Studio 2008\Projects\Hello World\Hello World\Debug\RSP00000153444468.rsp" /nologo /errorReport:prompt"
Output Window Compiling...
fatal error C1510: Cannot load language resource clui.dll.
Project : error PRJ0002 : Error result 4 returned from 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\cl.exe'.
Results Build log was saved at "file://c:\Users\Hamish\Documents\Visual Studio 2008\Projects\Hello World\Hello World\Debug\BuildLog.htm"
Hello World - 1 error(s), 0 warning(s)
Please help, i dont know whats gone wrong
Thanks in advance
Noob Alert