I'm trying to develop my first game which is a Pong, the problem is even with everything set right, and working,
my intelisense always stop working with sfml, I re-did the whole process of setting up the sfml in a project 3 times already, and it still stopping work suddenly. I try to access, for example:
sf::RectangleShape player;
player.(members)
the members doesn't appear, and sometime the namespace sf doesn't even show the members which it contains.
There is something I can do? Maybe should I change the IDE?