Good day,

I'm having a problem with the Qt framework setup. I can configure and clean the installation without problems, but QtCreator simply refuses to compile projects. Configuration and compilation of the framework seem to have been successful. I can now run all the demos and compile all projects I've created with the Demo trial version in VC 2005. Libraries seem to all have been created fine.

Yet when I try to compile projects with QtCreator I get the following error

Qt Code:
  1. NMAKE : fatal error U1077: '"D:\Microsoft Visual Studio 8\VC\bin\cl.EXE"' : return code '0xc0000135'
  2. Stop.
  3. NMAKE : fatal error U1077: '"D:\Microsoft Visual Studio 8\VC\bin\nmake.exe"' : return code '0x2'
  4. Stop.
  5. Exited with code 2.
  6. Error while building project Test11
  7. When executing build step 'Make'
To copy to clipboard, switch view to plain text mode 

I've tried cleaning and reconfiguring with the win32-msvc2005 and win32-msvc flags and the problem persists. Would like to ask if anyone can please provide a workaround. I cannot use the Qt framework without QtCreator and it simply doesn't work after setting things up right now.