Required flag '/std:c++17'

I’ve tried to use some c++17 syntax in the C++ code, and got a complaint from the editor telling me that the flag ‘/std:c++17’ was required.
Where do I put it?! :S