Hi everyone! In the courses you only use Visual Studio Code and unfortunately when it comes to tweaking the settings this IDE is not a friend for beginners. I know you do it for a question of platforms but I much prefer working with Visual Studio Community 2022. However, I’m having trouble creating a template with Raylib (or other external libraries) to follow the C++ course. Can you help me?
I would highly suggest using vcpkg to install Raylib. After installing vcpkg it should be as simple as
vcpkg install raylib:x64-windows
Thank you for your kind reply. I’ve done just that and… wow! It worked!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.