Skip to content

Creating a new C++ project will result in an error in UE5.7.4 #40

Description

@1405100494

If a new C++ project is created after installation, the following error will occur

G:\Epic\Epic Games\UE_5.7\Engine\Plugins\Marketplace\NodeGrapbbb056aac77eV20\Source\NGAGraphUtility\NGAGraphUtility.build.cs(70,17): warning CS0618: 'Log.TraceInformation(string, params object?[])' is obsolete: 'Use Logger.LogInformation with a message template instead; see https://tinyurl.com/bp96bk2r.'
G:\Epic\Epic Games\UE_5.7\Engine\Plugins\Marketplace\NodeGrapbbb056aac77eV20\Source\NGAGraphUtility\NGAGraphUtility.build.cs(71,17): warning CS0618: 'Log.TraceInformation(string, params object?[])' is obsolete: 'Use Logger.LogInformation with a message template instead; see https://tinyurl.com/bp96bk2r.'
G:\Epic\Epic Games\UE_5.7\Engine\Plugins\Marketplace\NodeGrapbbb056aac77eV20\Source\NGAGraphUtility\NGAGraphUtility.build.cs(72,17): warning CS0618: 'Log.TraceInformation(string, params object?[])' is obsolete: 'Use Logger.LogInformation with a message template instead; see https://tinyurl.com/bp96bk2r.'
Creating makefile for CPPDevelopEditor (no existing makefile)
Expecting to find a type to be declared in a module rules named 'AutoSizeComments' in 'Unknown Assembly'. This type must derive from the 'ModuleRules' type defined by UnrealBuildTool.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions