Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Unable to generate project files #91

Open
gnuchev opened this issue Jan 28, 2017 · 4 comments
Open

Unable to generate project files #91

gnuchev opened this issue Jan 28, 2017 · 4 comments

Comments

@gnuchev
Copy link

gnuchev commented Jan 28, 2017

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.

@JHanley85
Copy link

JHanley85 commented Feb 9, 2017

#Blu.Build.cs

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

@ThomasDelap
Copy link

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

@JHanley85
Copy link

Currently, no. 4.13.2

@ThomasDelap
Copy link

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

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

3 participants