error MSB6006: “cmd.exe” exited with code 3

前端 未结 1 1014
我寻月下人不归
我寻月下人不归 2021-02-07 00:43

I have this error appearing when trying to build a C++ project which uses QT.

\"My

I\'ve checked th

相关标签:
1条回答
  • 2021-02-07 00:44

    In your build log, some files are missing, hence the build action is failed. Review these errors:

    "\bin\rcc.exe" -name "qtdataacquisition" -no-compress "D:\hussein\KinectQtDataAcquisition\KinectQtDataAcquisition\qtdataacquisition.qrc" -o .\GeneratedFiles\qrc_qtdataacquisition.cpp
             The system cannot find the path specified.
             Moc'ing qtdataacquisition.h...
             Uic'ing qtdataacquisition.ui...
             The system cannot find the path specified.
             Moc'ing DataCollector.h...
             The system cannot find the path specified.
             The system cannot find the path specified.
             Rcc'ing qtdataacquisition.qrc...
         1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 3.
    
    0 讨论(0)
提交回复
热议问题