You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2019. It is now read-only.
When trying to reGenerate Visual Studio Project files I got this error:
Running H:/Program Files (x86)/Epic Games/4.13/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project="H:/Unreal Projects/MyProject/MyProject.uproject" -game -rocket -progress
Discovering modules, targets and source code for project...
Messages while compiling H:\Unreal Projects\MyProject\Intermediate\Build\BuildRules\MyProjectModuleRules.dll:
h:\Unreal Projects\MyProject\Plugins\BLUI\Source\Blu\Blu.Build.cs(11,38) : error CS0619: 'UnrealBuildTool.RulesCompiler.GetModuleFilename(string)' is obsolete: 'GetModuleFilename is deprecated, use the ModuleDirectory property on any ModuleRules instead to get a path to your module.'
UnrealBuildTool Exception: ERROR: UnrealBuildTool encountered an error while compiling source files.
The text was updated successfully, but these errors were encountered:
When trying to reGenerate Visual Studio Project files I got this error:
Running H:/Program Files (x86)/Epic Games/4.13/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project="H:/Unreal Projects/MyProject/MyProject.uproject" -game -rocket -progress
Discovering modules, targets and source code for project...
Messages while compiling H:\Unreal Projects\MyProject\Intermediate\Build\BuildRules\MyProjectModuleRules.dll:
h:\Unreal Projects\MyProject\Plugins\BLUI\Source\Blu\Blu.Build.cs(11,38) : error CS0619: 'UnrealBuildTool.RulesCompiler.GetModuleFilename(string)' is obsolete: 'GetModuleFilename is deprecated, use the ModuleDirectory property on any ModuleRules instead to get a path to your module.'
UnrealBuildTool Exception: ERROR: UnrealBuildTool encountered an error while compiling source files.
The text was updated successfully, but these errors were encountered: