Error when trying to run `scons platform=windows generate_bindings=yes`. Following a GDNative c++ Tutorial

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Antoner

I was following a godot gdnative tutorial on youtube, and on Github. When I run the command scons platform=windows generate_bindings=yes inside of gdtest/godot-cpp I get the following error. I have VS 2022
C:\Users\Antonio>cd gdtest C:\Users\Antonio\gdtest>cd godot-cpp C:\Users\Antonio\gdtest\godot-cpp>scons platform=windows generate_bindings=yes scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... link /nologo -DEBUG /dll /out:demo\bin\win64\libgdexample.dll /implib:demo\bin\win64\libgdexample.lib /LIBPATH:godot-cpp\bin libgodot-cpp.windows.debug.64.lib LINK : fatal error LNK1181: no se puede abrir el archivo de entrada 'libgodot-cpp.windows.debug.64.lib' scons: *** [demo\bin\win64\libgdexample.dll] Error 1181 scons: building terminated because of errors.

This is my path folder:
C:\Users\Antonio\gdtest\demo\bin C:\Users\Antonio\gdtest\godot-cpp C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin C:\Users\Antonio\gdtest C:\msys64\mingw64\bin I dont have any libgodot-cpp.windows.debug.64.lib or libgdexample.dll into demo/bin/win64
tutorial: Youtube and GitHub