Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Beware Visual Studio 2022 17.5 update if still using ICX 2022

AndrewC
New Contributor III
1,260 Views

The Visual Studio 2022 17.5 update will break your compilation if you are still using ICX 2022 versions due to this check in yvals_core.h

#if __clang_major__ < 15
_EMIT_STL_ERROR(STL1000, "Unexpected compiler version, expected Clang 15.0.0 or newer.");

0 Kudos
3 Replies
SeshaP_Intel
Moderator
1,239 Views

Hi,


Thank you for posting in Intel Communities.


The Intel oneAPI C++ Compiler(icx) 2022 compiler is incompatible with Visual Studio 2022 17.5 version.

You can try the supported Visual Studio version for using the icx 2022 compiler. 

Please refer to the below link for more details.

https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/intel-compilers-compatibility-with-microsoft-visual-studio-and-xcode.html


Thanks and Regards,

Pendyala Sesha Srinivas


0 Kudos
SeshaP_Intel
Moderator
1,150 Views

Hi,


Has the information provided above helped? If yes, could you please confirm whether we can close this thread from our end?


Thanks and Regards,

Pendyala Sesha Srinivas


0 Kudos
SeshaP_Intel
Moderator
1,102 Views

Hi,


We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Thanks and Regards,

Pendyala Sesha Srinivas


0 Kudos
Reply