Hi, I have working plugin for version 4.17, I skipped 4.18 and didn’t try to compile for that version
I would like to make update for 4.19 but I am getting some errors I can’t solve on my own
Maybe this read someone who can help in solving those errors so we can have working plugin for 4.19
1>C:\Program Files (x86)\Windows Kits\8.1\include\um\securitybaseapi.h(472): warning C4668: ‘_APISET_SECURITYBASE_VER’ is not defined as a preprocessor macro, replacing with ‘0’ for ‘#if/#elif’
1>C:\Program Files (x86)\Windows Kits\8.1\include\um\securitybaseapi.h(1302): warning C4668: ‘_APISET_SECURITYBASE_VER’ is not defined as a preprocessor macro, replacing with ‘0’ for ‘#if/#elif’
1>C:\Program Files (x86)\Windows Kits\8.1\include\um\winbase.h(8618): warning C4668: ‘NTDDI_WIN7SP1’ is not defined as a preprocessor macro, replacing with ‘0’ for ‘#if/#elif’
1>C:\Program Files (x86)\Windows Kits\8.1\include\um\dinput.h: DIRECTINPUT_VERSION undefined. Defaulting to version 0x0800
1>e:\unreal projects 2\pluginmaker_4_19\plugins\logitechwheelplugin\source\logitechwheelplugin\private\LogitechWheelInputDevice.h(55): error C4596: ‘SendButtonUpEvent’: illegal qualified name in member declaration
1>e:\unreal projects 2\pluginmaker_4_19\plugins\logitechwheelplugin\source\logitechwheelplugin\private\LogitechWheelInputDevice.h(56): error C4596: ‘SendButtonDownEvent’: illegal qualified name in member declaration
1>e:\unreal projects 2\pluginmaker_4_19\plugins\logitechwheelplugin\source\logitechwheelplugin\private\LogitechWheelInputDevice.h(57): error C4596: ‘SendAxisEvent’: illegal qualified name in member declaration
1>UnrealBuildTool : error : UBT ERROR: Failed to produce item: E:\Unreal Projects 2\PluginMaker_4_19\Plugins\LogitechWheelPlugin\Binaries\Win64\UE4Editor-LogitechWheelPlugin.dll
1>Total build time: 116,08 seconds (Local executor: 0,00 seconds)
1>g:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets(44,5): error MSB3075: The command ““g:\Program Files\Epic Games\UE_4.19\Engine\Build\BatchFiles\Build.bat” PluginMaker_4_19Editor Win64 Development “E:\Unreal Projects 2\PluginMaker_4_19\PluginMaker_4_19.uproject” -WaitMutex -FromMsBuild” exited with code 5. Please verify that you have sufficient rights to run this command.
1>Done building project “PluginMaker_4_19.vcxproj” – FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Thanks in advance