Hello there!
I think the main problem here is the engine not being able to read key components:
LogDesktopPlatform: Warning: Unable to read target info for D:/five/five.uproject
LogInit: Warning: Incompatible or missing module: five
This suggest missing permission for but UE and VS. So, I would start by running everything as an admin, and ensuring that both your project, and the components in use, are all located in folders that be written on. For example, I would suggest against having your project in D: root.
Next, I would double check that all addons for VS setup are installed and using the correct versions, specially on this section (most of these conflicts are due one of them being missing:
After that, clear your project’s cache, via going to its main directory, and deleting folders Intermediate, Binaries, .vs, and the five.sln file. Then, right click your .uproject file, and pick “Generate Visual Studio project files”. This should re-create the missing modules, as long as the tools are able to write in the target location.
