Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with build NavGridDemo #9

Open
almas123 opened this issue Jun 3, 2020 · 0 comments
Open

Problem with build NavGridDemo #9

almas123 opened this issue Jun 3, 2020 · 0 comments

Comments

@almas123
Copy link

almas123 commented Jun 3, 2020

Hello, thank you for such a long support of this project. but now i am getting problem with build a last NavGridDemo with unreal 4.25.0 , i am attaching a logs
https://dropmefiles.com/ReYUD

and i am changed build.cs like
`using UnrealBuildTool;
using System.IO;

public class NavGrid : ModuleRules
{
public NavGrid(ReadOnlyTargetRules TargetRules) : base(TargetRules) {

    PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
    PublicIncludePaths.Add (Path.Combine (ModuleDirectory, "Public")); 
    PublicIncludePaths.Add (Path.Combine (ModuleDirectory, "Classes")); 
    PrivateIncludePaths.Add (Path.Combine (ModuleDirectory, "Private")); 
    
            PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "AIModule" });

    if (TargetRules.bBuildEditor)
    {
        PrivateDependencyModuleNames.AddRange(new string[] { "UnrealED" });
    }

}

}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant