This is a linker error: it looks like there is a missing module in your project’s Build.cs file
Probably the “NavigationSystem” module.
Try to add it in the Build.cs file (PublicDependencyModuleNames section)
This is a linker error: it looks like there is a missing module in your project’s Build.cs file
Probably the “NavigationSystem” module.
Try to add it in the Build.cs file (PublicDependencyModuleNames section)