Project Solution cannot locate Unreal Engine source files

I’m new to game development in Unreal Engine with C++. I started a project last week to begin practicing and today I opened my solution in Visual Studio to all of my classes having errors related to not being able to locate header files. This resulted in being unable to enter my project outright as it told me I was missing my project’s module and had to rebuild from source manually. Rebuilding the solution did not fix it and I tried various solutions until just deciding to create a new empty C++ project and migrate my source files over and I’m met with the same issue, just after generating the first class inside the new project:

This seems to be a VS level issue but I have made sure of the following.
I have the Game/Desktop Development with C++ modules in my VS install
I have deleted the .vs, Binaries, Saved, and Solution file and tried regenerating them
I have live coding turned off

Whenever I attempt to create a new class from within the editor I am prompted with this message:

How can I fix my project to be able to find the source files from the engine correctly?

Same for me bro.