Hi,
I’m starting on the C++ Fundamentals course and I’m struggling through it a bit, got the workspace set up and up to the point where I need to select the Raylib compiler from the Terminal dropdown.
In the video it shows having the Raylib compiler listed, but I’m not seeing it there. I’m wondering if it’s because it hasn’t picked up my Raylib installation, but I can’t see anything in Visual Studio Code to actually set search paths for applications.
Feel like I’m missing something daft to get it to link and appear in Visual?
EDIT: Saw someone comment on one of the videos to go into the .vscode files and ensure the filepaths were to the right place. Can confirm all the filepaths are correct and point to the default install location I used (C:/raylib/). Despite this when I used Configure Default Build Task I do not get the options shown in the video.