-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hello Henry,
I hope you can help with the below issue.
The Git Repo unedited, in Unreal 4.17.2 will not Package successfully. I also tried creating a fresh blank project, which on its own packages successfully, with the "Plugin" directory from the Git Repo. That also fails to package.
The tool works fine in editor when using the "selected viewport". But, if there's any correlation, the "standalone game" mode exports successfully but without the IK functionality. So the default character floats around as well as the patrolled character.
Error:
1>EXEC : error : Couldn't find parent type for 'MovieScene2DTransformSection' named 'UMovieSceneSection' in current module or any other module parsed so far.
1>EXEC : error : UnrealHeaderTool failed for target 'IKDemo' (platform: Win64, module info: \rtik-master\Intermediate\Build\Win64\IKDemo\Development\IKDemo.uhtmanifest, exit code: OtherCompilationError (5)).
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets(44,5): error MSB3075: The command "\UE_4.17\Engine\Build\BatchFiles\Build.bat IKDemo Win64 Development "*\rtik-master\IKDemo.uproject" -waitmutex" exited with code 5. Please verify that you have sufficient rights to run this command.
1>Done building project "IKDemo.vcxproj" -- FAILED.