Eventually I found the solution: it was necessary to set a flag “/std:c ++ latest” in project properties -> NMake -> IntelliSense -> Additional options.
Possibly, there was some misunderstanding. I do not want to use Clang-based IntelliSense because it too slow (on big project). Native Visual Studio IntelliSense is interesting to me.