i get this error when trying to create a new c++ project. i tried using diffrerent engines, verifying engine files and made sure i had everything properly installed. the build.bat file already has acess to be run on admin level and i run ue5 as an admin 5.5.4 and 5.4.4 have the same issue
idk what to do to fix this issue i already have .net installed and i already also tried to create the games files in a different directory nothing works
An error occurred while trying to generate project files.
Running C:/Program Files/Epic Games/UE_5.4/Engine/Build/BatchFiles/Build.bat -projectfiles -project=“C:/Users/karie/OneDrive/Documents/Unreal Projects/MyProject3/MyProject3.uproject” -game -rocket -progress
Access is denied.
set DOTNET_ROOT=%UE_DOTNET_DIR%
rem Disables use of any installed version of dotnet
set DOTNET_MULTILEVEL_LOOKUP=0
rem for dotnet applications that require older dotnet runtimes, this will allow them to use our bundled dotnet runtime
set DOTNET_ROLL_FORWARD=LatestMajor
rem skip dotnet verification when using our submitted sdk as we know it is up to date
ECHO Using bundled DotNet SDK version: %UE_DOTNET_VERSION%
Using bundled DotNet SDK version: 6.0.302
goto Succeeded
exit /B 0