Cuando intento crear un nuevo proyecto obtengo este error:
An error occurred while trying to generate project files.
Running C:/Program Files/Epic Games/UE_4.19/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/Users/torre/OneDrive/Documents/Unreal Projects/MyProject3/MyProject3.uproject” -game -rocket -progress
Discovering modules, targets and source code for project…
WARNING: Exception while generating include data for UE4Editor: Windows SDK v8.1 must be installed in order to build this target.
Binding IntelliSense data… 0%@progress ‘Binding IntelliSense data…’ 50%
WARNING: Exception while generating include data for MyProject3Editor: Windows SDK v8.1 must be installed in order to build this target.
Binding IntelliSense data… 50%@progress ‘Binding IntelliSense data…’ 100%
ERROR: UnrealBuildTool Exception: Windows SDK v8.1 must be installed in order to build this target.
Y cuando intento abrir algun proyecto:
Project files could not be generated. Log output:
Running C:/Program Files/Epic Games/UE_4.19/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“D:/Proyectos VS/BoxMover 4.19/BoxMover.uproject” -game -rocket -progress
Discovering modules, targets and source code for project…
While compiling D:\Proyectos VS\BoxMover 4.19\Intermediate\Build\BuildRules\BoxMoverModuleRules.dll:
ERROR: d:\Proyectos VS\BoxMover 4.19\Source\BoxMover.Target.cs(19,12) : error CS0122: ‘UnrealBuildTool.UEBuildBinaryConfiguration’ is inaccessible due to its protection level
ERROR: d:\Proyectos VS\BoxMover 4.19\Source\BoxMover.Target.cs(17,23) : error CS0051: Inconsistent accessibility: parameter type ‘ref System.Collections.Generic.List’ is less accessible than method ‘BoxMoverTarget.SetupBinaries(UnrealBuildTool.TargetInfo, ref System.Collections.Generic.List, ref System.Collections.Generic.List)’
ERROR: d:\Proyectos VS\BoxMover 4.19\Source\BoxMoverEditor.Target.cs(19,12) : error CS0122: ‘UnrealBuildTool.UEBuildBinaryConfiguration’ is inaccessible due to its protection level
ERROR: d:\Proyectos VS\BoxMover 4.19\Source\BoxMoverEditor.Target.cs(17,23) : error CS0051: Inconsistent accessibility: parameter type ‘ref System.Collections.Generic.List’ is less accessible than method ‘BoxMoverEditorTarget.SetupBinaries(UnrealBuildTool.TargetInfo, ref System.Collections.Generic.List, ref System.Collections.Generic.List)’
ERROR: UnrealBuildTool Exception: Unable to compile source files.