0

当我尝试编译脚本时,我得到了这些错误,我不知道如何解决它们。有谁知道如何解决它们? 错误

错误一:

Expecting to find a type to be declared in a module rules named 'RD' in UE5Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.  This type must derive from the 'ModuleRules' type defined by Unreal Build Tool.

错误2:

    <Exec Command="$(NMakeBuildCommandLine)" Condition="'$(NMakeUseOemCodePage)' == 'true' and '$(NMakeBuildCommandLine)'!=''"/>
4

1 回答 1

1

我发现了问题,就我而言,我使用 Jetbrains 的 Rider 作为 IDE,当我要求安装RiderLink 插件时,我将其安装在引擎中,而不是项目中,并且由于它仍处于早期访问阶段,Rider 是也有一些错误,当我在引擎中安装这个插件时,它会返回这些错误。

于 2021-06-22T15:16:13.567 回答