The bug indicates that it can’t find the body of the OnGameplayTaskActivated function. This function is a part of the GameplayAbilities plugin. When you are compiling source code with plugins you must add the PublicDependencyModuleNames.Add(“GameplayAbilities”); to your project Build.cs file. Also - enable this plugin via Editor.