Hi,
I have been using SFML for some time now, but yesterday I closed visual studio 2022 and after I reopened it almost all the SFML .inl started all giving error like:
Rect is not a template
Vector2 is not a template
Utf is not a template
identifier "Uint8", "Uint32" is undefined
I tried:
cleaning the solution and rebuilding it, multiple times
reinstalling SFML
switching the solution platform from x64 to 32 bit
Even if I create a new project it keep giving the same errors
I'm on windows 11 64bit, SFML is set up as dynamic and I'm using what I guess is the default compiler for vs 2022