Error running Minecraft in MCreator

Executing Gradle task: runClient 
Build info: MCreator 2024.4.52410, forge-1.20.1, 64-bit, 16251 MB, Windows 11, JVM 21.0.4, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2025-06-28-00:52:58 
Loaded APIs: geckolib 
 
FAILURE: Build failed with an exception. 
* What went wrong: 
Directory 'C:\Users\eltor\MCreatorWorkspaces\proyect' does not contain a Gradle build. 
A Gradle build's root directory should contain one of the possible settings files: settings.gradle, settings.gradle.kts, settings.gradle.dcl.It may also contain one of the possible build files: build.gradle, build.gradle.kts, build.gradle.dcl. 
To create a new Gradle build in this directory run 'gradle init' 
For more information about the 'init' task, please refer to https://docs.gradle.org/8.12/userguide/build_init_plugin.html in the Gradle documentation. 
For more details on creating a Gradle build, please refer to https://docs.gradle.org/8.12/userguide/tutorial_using_tasks.html in the Gradle documentation. 
* Try: 
> Run gradle init to create a new Gradle build in this directory. 
> Run with --stacktrace option to get the stack trace. 
> Run with --info or --debug option to get more log output. 
> Get more help at https://help.gradle.org. 
BUILD FAILED in 60ms 
 
BUILD FAILED

What is unclear from Gradle side?
You try to execute a Gradle build in a directory where no Gradle build is present, I think the error message is quite clear on that.