Is not it possible to include SFML library from a different folder than the solution foılder to the c++ compiler in visual studio? I mean the solution stays in C:\Projects\Solutions\SFMLExample and I want to include SFML library which is in C:\Resources\Libraries\SFML etc.
when I try this, this always gives error.