I tried to update a R20 C++ plugin.
Now VC complains with the message
"attribute 'nodiscard' requires compiler flag '/std:c++17'"
Where do I add this flag?
I tried to add it in Command Line of the Properties, but no luck.
Note: When starting VC (after a long time), it updated itself.