Hi I'm new to VS 2017 and SFML and I now tried to set up SFML for the 8th time without proper results. I always get the error:
C2589 '(': illegal token on right side of '::' NO c:\users\user\source\repos\no\sfml\include\sfml\graphics\rect.inl 81
I followed many tutorials several times including the official tutorial at https://www.sfml-dev.org/tutorials/2.5/start-vc.php
this is everything I coded so far, so that can't be problem.
#include "stdafx.h"
#include <SFML/Graphics.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/Graphics.hpp>
int main()
{
}
Its extremely frustrating and I dont know what to do anymore.
Any help would be appreciated...