Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant