1
Graphics / Re: Error30error C2589: '(' : illegal token on right side of '::' Please help
« on: December 11, 2018, 04:18:11 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.
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.