I have installed Raylib 3.7 as per a previous fix and used the template provided on Github.
Can someone please explain to me what I am doing incorrectly ?
Make sure you’re using either the “build debug” or “build release” tasks (“build debug” preferred), you can access these by going to Terminal > Run Task. (I’m using a different project for this example but it uses the same template)
Don’t use the Play button in your editor which is coming from an extension. It’s just doing a blind g++ yourfile.cpp -o yourfile.exe which is not going to link with Raylib at all, use the build task as instructed.
It’s in the upper right corner but on closer inspection that doesn’t appear to be the case and the output is from a default generated build task from VS Code.