Cannot open include file: 'ranges': No such file or directory
Visual Studio
1
Posts
1
Posters
13
Views
1
Watching
-
hallo, reading there is 16.6+ support for cpp20 ranges Initial Support For C++20 Ranges | C++ Team Blog[^] I updated to 16.8.6, created new hello world console project, added additional /std:c++latest into project's cpp comand line parameters and wanted to build example from Ranges library (C++20) - cppreference.com[^] but if fails with Cannot open include file: 'ranges': No such file or directory should I install or set something more? (in company we're using toolset 14.23, I see I have installed also 14.28, does it depend on something like this? I found 'ranges' under C:\Program_Files_x86\VS_2019\VC\Tools\MSVC\14.28.29333\include\) thanks for reply