GH-Injector-GUI icon indicating copy to clipboard operation
GH-Injector-GUI copied to clipboard

MSB3073 error when build

Open DryreL opened this issue 2 years ago • 2 comments

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

image

DryreL avatar Aug 11 '22 13:08 DryreL

Verify if the paths are correct. If so, try running VS as admin.

Broihon avatar Aug 13 '22 19:08 Broihon

I had the same error. I managed to fix it by using the dynamic version of qt msvc instead of static.

baldoOsu avatar Aug 29 '22 11:08 baldoOsu