Setup for Rider

I am starting with C++ Fundamentals course and I wonder how can I use Rider instead of Visual studio code?
I’m confused about that template we are provided with. Can I use that template with Rider?
my #include “raylib.h” is an error, so I assume it doesn’t understand where raylib is. Is it possible to briefly explain how to setup a project in a non-VScode enviroment

Hi AinarScorp,

The template is designed for use within VSCode, use with other IDEs is not supported by the template project.

As for how to setup with Rider, I do not have enough knowledge of Rider specifically to be of great help but I imagine that you’d need to add Raylib as an include path in your project settings.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms