Dazvolt
(Dazvolt)
May 13, 2017, 11:21am
1113
Hey , I’m trying to get your template working and there is an issue. I can’t compile files in template for… well, I don’t know for what reason, it gives an error
Okay, after that I tried to use compiled version, but no luck. I suppose it’s because it’s compiled for 4.15.2 while template is for 4.16… It gives errors:
Running C:/Program Files/Epic Games/UE_4.15/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“U:/-vrexppluginexample-42323fc8d8ec/-vrexppluginexample-42323fc8d8ec/VRExpPluginExample.uproject” -game -rocket -progress
Discovering modules, targets and source code for project…
Messages while compiling U:-vrexppluginexample-42323fc8d8ec-vrexppluginexample-42323fc8d8ec\Intermediate\Build\BuildRules\VRExpPluginExampleModuleRules.dll:
u:-vrexppluginexample-42323fc8d8ec-vrexppluginexample-42323fc8d8ec\Source\VRExpPluginExample\VRExpPluginExample.Build.cs(7,58) : error CS1729: ‘UnrealBuildTool.ModuleRules’ does not contain a constructor that takes 1 arguments
u:-vrexppluginexample-42323fc8d8ec-vrexppluginexample-42323fc8d8ec\Source\VRExpPluginExample.Target.cs(8,55) : error CS1729: ‘UnrealBuildTool.TargetRules’ does not contain a constructor that takes 1 arguments
u:-vrexppluginexample-42323fc8d8ec-vrexppluginexample-42323fc8d8ec\Source\VRExpPluginExample.Target.cs(11,9) : error CS0103: The name ‘ExtraModuleNames’ does not exist in the current context
u:-vrexppluginexample-42323fc8d8ec-vrexppluginexample-42323fc8d8ec\Source\VRExpPluginExampleEditor.Target.cs(8,61) : error CS1729: ‘UnrealBuildTool.TargetRules’ does not contain a constructor that takes 1 arguments
u:-vrexppluginexample-42323fc8d8ec-vrexppluginexample-42323fc8d8ec\Source\VRExpPluginExampleEditor.Target.cs(11,9) : error CS0103: The name ‘ExtraModuleNames’ does not exist in the current context
UnrealBuildTool Exception: ERROR: UnrealBuildTool encountered an error while compiling source files
So I’m sitting here like
Can you please help, what can I do to run template and look at your awesome work?