I have a problem with my Rider IDE using C++98 I guess (tested using __cplusplus) and when using inline constexpr it says
main.cpp(2, 22): [C7525] inline variables require at least '/std:c++17'
How can I change it to use cpp+17?
I tried looking for it in .vcxproj. I heard I can change it there but still could not find anything there. Do you know how can I do this?