DoN's 3D-Pathfinding / Flying-AI system (with full source!)

Hey tbjbu2,
I’m not sure if this is the same as your error, but when I was adding the DON Navigation Plugin to my UE4.16 Source, I found that it was getting confused in the DonNavigationManager.h looking for methods called by a UBoxComponent*, and I fixed this by adding a include line in DonNavigationManager.h as follows:

include “Runtime/Engine/Classes/Components/BoxComponent.h”

Maybe this will help. If not, it looks like your DonAINavigation.dll is an older version than the Engine, perhaps if you do what said, download the 4.16 and the plugin from the marketplace and copy it over to your source build. You may still have to include the box component header.

Hope this helps!