ERROR PRJ0002 when building

I getting this error when I try to build a solution in FinalBuilder 6. If I try to build directly in Visual Studio, it builds OK
 
“ERROR PRJ0002 : Error result 31 returned from C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\mt.exe”

Anyone who have an idea of what might cause this?

Hi Pencil

Looks like this is a known issue with mt.exe to do with locked files. If you have anti-virus running on the build machine it would be worth disabaling it and running the project again to see if this resolves the problem.

Otherwise I would check the compiler build log to see if anything looks out of place (BuildLog.htm is located under ProjectPath\Debug folder).

If you are still having problems send an email to support [at] finalbuilder.com with all the relevant info (OS, VS version, Project details, etc).

Regards,
Steve

Thanks very much.