Hi Everybody,
I get a problem when I try to add the “Refresh visual studio project stage”. This is the message I get:
Failed to generate project files. Log output:
Running D:/Epic Games/4.7/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=“C:/Users/Administrator/Documents/Unreal Projects/gardentoy_test/gardentoy_test.uproject” -game -rocket -progress
Discovering modules, targets and source code for game…
UnrealBuildTool Exception: System.Exception: Could not find token at index 0
bij fastJSON.JsonParser.NextTokenCore()
bij fastJSON.JsonParser.ParseValue()
bij fastJSON.JSON.ToObject(String json, Type type)
bij fastJSON.JSON.ToObject[T](String json)
bij UnrealBuildTool.Plugins.LoadPluginDescriptor(FileInfo PluginFileInfo, LoadedFromType LoadedFrom)
bij UnrealBuildTool.Plugins.FindPluginsRecursively(String PluginsDirectory, LoadedFromType LoadedFrom, List1& Plugins) bij UnrealBuildTool.Plugins.DiscoverAllPlugins() bij UnrealBuildTool.RulesCompiler.FindAllRulesSourceFiles(RulesFileType RulesFileType, List
1 AdditionalSearchPaths)
bij UnrealBuildTool.ProjectFileGenerator.DiscoverTargets()
bij UnrealBuildTool.ProjectFileGenerator.AddProjectsForAllTargets(List1 AllGames, ProjectFile& EngineProject, Dictionary
2& GameProjects, Dictionary2& ProgramProjects, HashSet
1& TemplateGameProjects)
bij UnrealBuildTool.ProjectFileGenerator.GenerateProjectFiles(String] Arguments, Boolean& bSuccess)
bij UnrealBuildTool.UnrealBuildTool.GenerateProjectFiles(ProjectFileGenerator Generator, String] Arguments)
bij UnrealBuildTool.UnrealBuildTool.Main(String] Arguments)
This is all pretty new to me, but would be great if someone could help
best