BLUI icon indicating copy to clipboard operation
BLUI copied to clipboard

Unable to generate project files

Open gnuchev opened this issue 8 years ago • 4 comments

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.

gnuchev avatar Jan 28 '17 00:01 gnuchev

#Blu.Build.cs

private string ModulePath { get { return ModuleDirectory; } } via https://answers.unrealengine.com/questions/460185/getmodulefilenamestring-is-obsolete-vc14-ue412.html

JHanley85 avatar Feb 09 '17 04:02 JHanley85

@gnuchev Do you have the version of BLUI for 4.14 ?

ThomasDelap avatar Feb 11 '17 00:02 ThomasDelap

Currently, no. 4.13.2

JHanley85 avatar Feb 11 '17 19:02 JHanley85

@JHanley85 You have the one for 4.13.2 ? I don't undersand

ThomasDelap avatar Feb 12 '17 00:02 ThomasDelap