i cant start my unreal project at all
i try to rebuild the project, but the i get this message
i cant start my unreal project at all
i try to rebuild the project, but the i get this message
This happens when there is a compile error in your source code. Take a look in the logs to figure out where the error occurs.
You can find the visual studio project file in your project directory, you also may need to regenerate them if you messed something up in your code, right click on the .uproject file, there you can find the option for āGenerate Visual Studio project filesā
hey, okey i tried the generate visual studio thing, and got this message, now im guessing that i need to open the project with notepad and write something :S
"Running Z:/programmer/Epic Games/4.14/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project=āC:/Users/Kim Oliver/Documents/Unreal Projects/MyProject6 4.14/MyProject6.uprojectā -game -rocket -progress
Discovering modules, targets and source code for projectā¦
UnrealBuildTool Exception: UnrealBuildTool.JsonParseException: Missing or invalid āEnabledā field (in C:\Users\Kim Oliver\Documents\Unreal Projects\MyProject6 4.14\MyProject6.uproject)
ved UnrealBuildTool.ProjectDescriptor.FromFile(String FileName)
ved UnrealBuildTool.RulesCompiler.CreateProjectRulesAssembly(FileReference ProjectFileName)
ved UnrealBuildTool.ProjectFileGenerator.AddProjectsForAllTargets(List1 AllGames, ProjectFile& EngineProject, Dictionary
2& GameProjects, Dictionary2& ProgramProjects, HashSet
1& TemplateGameProjects)
ved UnrealBuildTool.ProjectFileGenerator.GenerateProjectFiles(String[] Arguments)
ved UnrealBuildTool.UnrealBuildTool.DoPostStartupStuffThatCanAccessConfigs(String[] Arguments)
"
Chippred,
Could you please upload the full error output log?
it doesnt pup up any output log. the closest thing that i have come to a output log is when i tried to generate visual studio project files link text
Try delete the Intermediate folder, maybe even the Binaries and the Saved folder too.
If that doesnt help you could try removing or renaming the Source folder and start your project without code files. Then add a new C++ so Unreal creates new Project Files. If that works you could manually add you old source files to the project.
iāll make a backup and try this
did not work
Have you tried creating an new project, if that doesnt work either something is broke with your unreal installation.
If creating a new project works, than you could copy everything from your old, broken, project over to the new one.
UnrealBuildTool Exception: UnrealBuildTool.JsonParseException: Missing or invalid āEnabledā field (in C:\Users\Kim Oliver\Documents\Unreal Projects\MyProject6 4.14\MyProject6.uproject)
You have a missing or corrupted file. Youāre going to either have to reverify your binary version of the engine, or recompile your source version.
it worked
Create a new project and then transferred all the files to the new project worked well thanks @SteffM