1
Graphics / Re: Error30error C2589: '(' : illegal token on right side of '::' Please help
« on: February 15, 2021, 01:00:36 am »Got the same error, and I feel that I must mention how I solved it for the next person that google the same error and get this thread as first result.
Problem is in one of headers you are including before <SFML/Graphics.hpp>, to chek that, move SFML/Graphics.hpp to top as first include, it should either work, or give different error message.
Thank you, your post actually helped. Instead of telling someone to "learn C++ compilers", you actually offered a possible solution that worked for you. I think it's fair to say that everyone on this forum would love to use C++ to its fullest potential. So it's best that we help each other along the way, not give empty advice. thank you again.