does it have to be the full engine code or is the one you get from the website enough?
because i copied the path to the one i got from the website and it still gives me the same error
It’s a standard command line program execution. You need to specify the complete absolute or relative path to the executable, including the filename of the executable. The executable is the file you double-click on when you start the engine, e.g:
Take care to do every step exactly as described in the tutorial. Use the same folder structure and names as described there. Watch out not to miss any steps.
Make sure you understand the basics of command line interface; specifically the concept of working directory, how absolute/relative paths works, how to navigate the directory tree and invoke programs. Otherwise using command line tools like scons will be very hard and frustrating.
i redid the whole thing from scratch, i used the exact same folders files and structures.
i haven’t even added the other folders to avoid breaking stuff, specified the platform type i was using and yet the scons build still breaks