Problem
As a new Rider user, I encountered this error after starting my new C++ project, because the IDE Language Standard for C++ by default is C++14.
0>ConsoleApplication1.cpp(6,23): Error C7525 : inline variables require at least '/std:c++17'
I s...