Error 1 error MSB6006: "cmd.exe" exited with code 3.
dodgerrecords
Posts: 123
NVM figured it out!
Post edited by dodgerrecords on
You currently have no notifications.
NVM figured it out!
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2024 Daz Productions Inc. All Rights Reserved.
Comments
I am experiencing this error. When I double-click on it to see the error location, I'm presented with a source code file composed entirely of macros.
I'm 99% sure the problem is due to a bad path preventing the compiler from running moc.exe, but I've searched through all the project's configuration dialogs and haven't found where to set the path to moc.
Can anyone help me?
When using Visual Studio the path to moc is in the custom build command line of each header file (Properties > Configuration Properties > Custom Build Tool > General > Command Line)
e.g. $(DazDevDir)\DAZStudio4_5SDK\bin\$(Platform)\moc "%(FullPath)" -o .\moc\%(Filename)_moc.cpp
Note: You won't have $(DazDevDir) so replace that with the path for whereever you have the SDK located.
Thanks, @surreal! Wow, they hid that really well.