tsky
(tsky)
February 20, 2016, 4:35pm
34
HI! I try to follow instructions GitHub - tsky1971/UEJoystickPlugin: Unofficial Joystick Plugin for the Unreal Engine (branch 4.10)
but when i compile project i have this errors:
Error 8 error MSB3075: The command ““D:\unreal_engine\Epic Games\4.9\Engine\Build\BatchFiles\Rebuild.bat” AirplaneEditor Win64 Development “D:\Unreal projects\Airplane5-CURENT\Airplane.uproject” -rocket -waitmutex” exited with code 5. Please verify that you have sufficient rights to run this command. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 43 5 Airplane
Error 6 error LNK1181: cannot open input file ‘D:\Unreal projects\Airplane5-CURENT\Plugins\JoystickPlugin\ThirdParty\SDL2/SDL/Lib/SDL2.lib’ D:\Unreal projects\Airplane5-CURENT\Intermediate\ProjectFiles\LINK Airplane
Error 7 error : Failed to produce item: D:\Unreal projects\Airplane5-CURENT\Plugins\JoystickPlugin\Binaries\Win64\UE4Editor-JoystickPlugin.dll D:\Unreal projects\Airplane5-CURENT\Intermediate\ProjectFiles\ERROR Airplane
I try with 4.9.2 и 4.10.3 but have same errors. Please help me!
Hi,
i will try to reproduce your error. My first look show me a line which could be the/one problem: “…Please verify that you have sufficient rights to run…” this is in your error 8 message.
tsky