Okay I have found what causes the issue.
In my build settings I have this by default:
Which gives me errors on the SFML side of things:
To fix it I set it to the compiler default:
Which causes me to lose C++11 compatibility:
Anyone know how to get around this?