what I’ve done wrong. I can’t run it
windows 11
raylib 5.0
c/c++ in vscode is 1.22.10
Hello MisterParadise,
The first thing I can suggest trying is to remove the dash from the “AXEGame-learn” folder, just to cover the possibility that the compiler isn’t handling that dash correctly.
Something down the road that I also can see. You want to avoid having two cpp files that have the “main” function defined. As the compiler will not be able to tell which cpp file is the start of your program.