Just in case this is run into in 5.0 and someone gets stumped im attaching this too this thread sense its similar and produces the same error message just posting this here incase anyone has similar problems
Option A and B will Work don’t Leave something like C it will create this error message might have too copy it and past it in vscode visual studio notepad++ etc too see what im talking about with the format of it or just open your uproject file and compare but it wont keep everything parsed the way it should be
==============================================
Option A
{
“FileVersion”: 3,
“EngineAssociation”: “5.0”,
“Category”: “”,
“Description”: “”,
“Modules”: [
{
“Name”: “Project_Name”,
“Type”: “Runtime”,
“LoadingPhase”: “Default”
}
]
}
==============================================
Option B
{
“FileVersion”: 3,
“EngineAssociation”: “5.0”,
“Category”: “”,
“Description”: “”,
“Modules”: [
{
“Name”: “Project_Name”,
“Type”: “Runtime”,
“LoadingPhase”: “Default”
}
],
“Plugins” : [
{
“Name” : “PluginName”
“Enabled” : “True”
}
]
}
==============================================
Option C
{
“FileVersion”: 3,
“EngineAssociation”: “5.0”,
“Category”: “”,
“Description”: “”,
“Modules”: [
{
“Name”: “Project_Name”,
“Type”: “Runtime”,
“LoadingPhase”: “Default”
}
],
“Plugins” : [
}
]
}