A* Pathfinding "No suitable method found to override"

I just got A* Pathfinding and wanted to integrate it using the integration Package. I am now getting the error

"Assets\Opsive\UltimateCharacterController\Integrations\Astar Pathfinding Project\AStarAIAgentMovement.cs(108,30): error CS0115: 'AStarAIAgentMovement.SetDestination(Vector3)': no suitable method found to override"

Please let me know what I need to do to resolve
 
From your other post it sounds like you got it working but make sure you are running version 2.2 or later of the character controller.
 
Top