Project couldn't be compiled?

I get following Error everytime i try to create a C++ project and i couldn’t find anything helpful yet. Some files are created but it repeats this error everytime i add a File or try to Launch/Build the Project.
Can anyone help me with this one ?

    The project could not be compiled. Would you like to open it in Visual Studio?
    
   - Running F:/UnrealVersions/UE_4.25/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Win64 -project="F:/Unreal Projects/ProjectS/ProjectS.uproject" -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
   - Creating makefile for ProjectSEditor (no existing makefile)
   - ERROR: Module 'Launch' (Engine) should not reference module 'ProjectS' (Project). Hierarchy is Project -> Engine Programs -> Engine Plugins -> Engine.

Well the problem is that you named your Project “ProjectS”. I did the same thing and had the same problem. You basically can’t name it “Projects”. Or at least not the folder your Project is inside.