I have this error appearing when trying to build a C++ project which uses QT.
I\'ve checked th
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.