Visual Studio does not see that I have enabled the C++20 compiler

I program quite a lot in C++ in Visual Studio, but there was a big problem: Visual Studio does not want to "see" what I have included for the project std:c++latest, that is, C++20. As if, the problem is not that the program throws an error when I use std:: any or std:: variant, but that IntelliSense does not want to see and prompt me with this code. That is, even if IntelliSense outputs errors that the std namespace does not contain any, then the program is all it is compiled without errors.

I would like to know how to fix this problem. I have Visual Studio 2019, and the compiler is exactly installed in the latest version.

Author: Eil_ RoviSoft, 2020-12-07

1 answers

This question has already been considered, however, I found the answer on the English-language StackOverflow: https://stackoverflow.com/questions/63980146/cant-choose-c-language-standard-in-visual-studio-2019

I found the answer, so I don't need any more help.

 0
Author: Eil_ RoviSoft, 2020-12-08 09:36:10