You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started learning C++ and I was trying to build a visual studio solution from Godot using scons by following the documentation but I got an error when running scons p=windows vsproj=yes.
This is the error message:
Clone the master branch and run scons p=windows vsproj=yes
Minimal reproduction project (MRP)
The godot source code
The text was updated successfully, but these errors were encountered:
LUK3D
changed the title
scons platform=windows and scons platform=windows vsproj=yes not working
SConstruct script in main branch is broken on windows
May 18, 2024
Tested versions
System information
Windows 11 - Godot Master branch
Issue description
I just started learning C++ and I was trying to build a visual studio solution from Godot using
scons
by following the documentation but I got an error when runningscons p=windows vsproj=yes
.This is the error message:
The problem sims to be on this code, but I don't know how to fix it because I'm new to cpp and this is something that I don't understand yet.
Steps to reproduce
Clone the master branch and run
scons p=windows vsproj=yes
Minimal reproduction project (MRP)
The godot source code
The text was updated successfully, but these errors were encountered: