Cannot create C++ project in unreal engine 5

For some reason I am unable to create a C++ project in unreal engine 5. I have tried many solutions found on these forums but none of them have worked for me. Every time I attempt to create a c++ project I receive the following error.

Running C:/SuperUnreal/UnrealEngine/UE_5.5/Engine/Build/BatchFiles/Build.bat -projectfiles -project=“D:/MyWork/Git/ProjectWiz/MyProject/MyProject.uproject” -game -rocket -progress
CreateProc failed: The system cannot find the file specified. (0x00000002)
URL: C:/SuperUnreal/UnrealEngine/UE_5.5/Engine/Build/BatchFiles/Build.bat -projectfiles -project=“D:/MyWork/Git/ProjectWiz/MyProject/MyProject.uproject” -game -rocket -progress
Couldn’t create process ‘C:/SuperUnreal/UnrealEngine/UE_5.5/Engine/Build/BatchFiles/Build.bat’

Solutions I have tried:
-I have tried doing it in a 5.4 version of unreal and a 5.5 version of unreal.

  • I have done a clean install of VS 2022 with all required plugins
  • I have the buildconfiguration.xml that the unreal forums said deleting would fix