私は多くの類似した解決策を見つけていなかった、ここでは、そのためのソリューションを提供してください、私はGoogleで検索しました、VS2012でプロジェクトをビルドすると、次のエラーを取得していますが、エラーコードスニペットです -プロジェクトのビルド中にエラーが発生しましたか?
MOCing D:\giit\release_17\RTTBorrow\rttBorrowWindow.h
'moc.exe' is not recognized as an internal or external command,
operable program or batch file.
MOCing D:\giit\release_17\RTTBorrow\rttListView.h
'moc.exe' is not recognized as an internal or external command,
operable program or batch file.
MOCing D:\giit\release_17\RTTBorrow\rttpassworddialog.h
'moc.exe' is not recognized as an internal or external command,
operable program or batch file.
MOCing D:\giit\release_17\RTTBorrow\rttpassworddialogimpl.h
'moc.exe' is not recognized as an internal or external command,
operable program or batch file.
MOCing D:\giit\release_17\RTTBorrow\rttTextEdit.h
'moc.exe' is not recognized as an internal or external command,
operable program or batch file.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(172,5): error MSB6006: "cmd.exe" exited with code 9009.
Thanks !!!
あなたが建設するプロジェクトは何ですか?その問題を再現するための詳細な手順を提供します。 –
@strainビルドのためにmoc.exeのパスを指定することで問題が解決しました。 – Gaurav
答えとしてマークすることができます。 –