4.17 Release and GameplayAbilities API

So am I to understand the full API for the GameplayAblilities plugin has been implemented? I am having all kinds of trouble trying to get the 4.16.2 source to even find the header files using VS 2015…

Anyone? lol

They tweak mentioned in the 4.17 notes is just that they made sure all the various classes in GameplayAbilities are properly exported (via the GAMEPLAY_ABILITIES_API define). You need to define what problems you are seeing. If it’s just #include’s that aren’t being found, simply make sure your Public/PrivateIncludeModules in your Project.Build.cs file have GameplayAbilities listed.