在Delphi XE2中我可能会遇到什么?

Bri*_*ost 19 delphi msbuild delphi-xe2

我正在摆弄一个批处理文件来调用MSBuild来构建我的项目.出现问题,因为现在我进入XE2并选择File | 新的| VCL表单应用程序并单击"构建"(或运行)我收到以下即时错误:

Checking project dependencies...
Compiling Project5.dproj (Debug, Win32)
brcc32 command line for "Project5.vrc"
  c:\program files (x86)\embarcadero\rad studio\9.0\bin\cgrc.exe -c65001 "Project5.vrc" -foProject5.res 
[MSBuild Error] The "OutputExt" parameter is not supported by the "DCC" task. Verify the parameter exists on the task, and it is a settable public instance property.
[MSBuild Error] The "DCC" task could not be initialized with its input parameters. 
Failed
Elapsed time: 00:00:00.1
Run Code Online (Sandbox Code Playgroud)

我已经使用'修复'重新安装,再次尝试使用'修改'并检查*.targets文件是否与已知良好的机器完全相同都无济于事.如果我直接使用我的项目*.dproj文件(它是一个空项目)调用MSBuild,我会得到同样的错误.我在哪里看?

Bri*_*ost 0

按照建议,我将用我的解决方案回答。我尝试使用“XE”进行“修复”,但没有成功。最后需要重新安装才能解决问题。这是我自己的错误,也是在实验之前备份文件夹的教训。感谢您的所有建议。