How do I add include paths to my rider project?
I'm trying to include files from the SFML library, currently located on my C: drive, but I'm unable to include them and I don't know how to edit these search paths, any suggestions?

Please sign in to leave a comment.
Hello Creesh1990,
SFML configuration process is similar to the process described for Visual Studio. You'll need to:
1. Open project properties in Rider
2. Configure “Additional Include Directories”
3. Configure “Additional Library Directories”
Once you complete this process for relevant project configurations, Rider should be able to suggest completion items from SFML: