[=plangton;386501]
I am using the plugin via 4.8 . you need to do the following modification for it to work
in /Plugins/KinectV2/Source/KinectV2/KinectV2.Build.cs comment “AnimGraphRuntime”
in /Plugins/KinectV2/Source/KinectV2Editor/KinectV2Editor.Build.cs comment “BlueprintGraph”,“AnimGraph”,“AnimGraphRuntime”,
in /Plugins/KinectV2/Source/KinectV2Editor/Private/KinectV2EditorModulePCH.h comment #include “AnimGraphDefinitions.h” #include “Kismet2/BlueprintEditorUtils.h” #include “AnimGraphNode_SkeletalControlBase.h” #include “AnimGraphNode_KinectV2Retarget.h”
then you can simply go to visual and combile your project from there. restart UE4 and everything should be fine
[/]
Thank you I really appreciate your help.