I need Help with this Error. I dont know how to fix it! I got it after I created a c++ class for these Plugins: AdvancedSteamSession and Advanced Sessions
and when I am trying to generate Visual Studio Project Files This Error happens: “This project does not have any source code. You need to add C++ source file to the project from Editor before you can generate project files Ue5”
try deleting intermediates and binaries.
then on your .uproject enable those plugins. and add them as dependency to your .build.cs
then right click your .uproject and select “regenerate solution or project files” (cant remember)
then try reopening or you might have to open the .sln with visual studio.