The type or namespace name 'AIDestinationSetter' could not be found

I just updated to the latest version that released about three weeks ago and for some reason I can’t reference my AIDestinationSetter through the GetComponent function. I get the error stated in the title (“The type or namespace name ‘AIDestinationSetter’ could not be found (are you missing a using directive or an assembly reference?) [Assembly-CSharp]”)

Hi

Are you sure you have included using Pathfinding; at the top of your script?