GH-Injector-GUI
GH-Injector-GUI copied to clipboard
MSB3073 error when build
Hi, I'm getting this error when compile. What did I wrong? Thanks.
Severity Code Description Project File Line Suppression State Error MSB3073 The command "xcopy /y D:\Qt\5.15.2\qt-5.15.2-static-msvc2019-x86_64\bin\Qt5Core.dll "C:\Users\DryreL\Desktop\GH-Injector-GUI-main\Release\x64\" xcopy /y D:\Qt\5.15.2\qt-5.15.2-static-msvc2019-x86_64\bin\Qt5Gui.dll "C:\Users\DryreL\Desktop\GH-Injector-GUI-main\Release\x64\" xcopy /y D:\Qt\5.15.2\qt-5.15.2-static-msvc2019-x86_64\bin\Qt5Widgets.dll "C:\Users\DryreL\Desktop\GH-Injector-GUI-main\Release\x64\" xcopy /y D:\Qt\5.15.2\qt-5.15.2-static-msvc2019-x86_64\bin\Qt5Core.dll "C:\Users\DryreL\Desktop\GH-Injector-GUI-main\Release\x64\" xcopy /y D:\Qt\5.15.2\qt-5.15.2-static-msvc2019-x86_64\plugins\platforms\qwindows.dll "C:\Users\DryreL\Desktop\GH-Injector-GUI-main\Release\x64\platforms\" xcopy /y D:\Qt\5.15.2\qt-5.15.2-static-msvc2019-x86_64\plugins\imageformats\qjpeg.dll "C:\Users\DryreL\Desktop\GH-Injector-GUI-main\Release\x64\imageformats\" :VCEnd" exited with code 4. GH Injector GUI D:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets 157
Verify if the paths are correct. If so, try running VS as admin.
I had the same error. I managed to fix it by using the dynamic version of qt msvc instead of static.