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

Intel C++ compiler option missing in Visual Studio 19

EgremyB
Novice
2,767 Views

Hello,

First, my configuration :

  • Windows 10 Education, Build 19042.985
  • Visual Studio Enterprise 19,  version 16.10.0

I followed the following Intel guide to install the right workload in Visual Studio 19.  I created a new C++ Console App project and followed this Intel guide to modify the project compiler. The latter is that after successfully installing the correct workload, the Intel C++ compiler option did not show up in the project settings.

I did set the Suppress Startup Banner to No to see which compiler was currently in use and indeed, it was not the Intel compiler but rather the Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x86.

What have I been doing wrong?

Labels (1)
0 Kudos
1 Solution
VidyalathaB_Intel
Moderator
2,616 Views

Hi,

Could you please confirm us whether you have installed any of the oneapi toolkits on your system ? Because in order to use intel compilers you need to download oneAPI toolkits and the guide which you are following for installing workload on visual studio is applicable only if you have already installed components from intel.

So we suggest you to download the latest oneAPI Base toolkit and oneAPI HPC toolkit using below links.

For downloading oneAPI Base toolkit :

https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit/download.html

For downloading oneAPI HPC toolkit :

https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit/download.html

Installation Guide :

https://software.intel.com/content/www/us/en/develop/articles/installation-guide-for-intel-oneapi-toolkits.html

Hope this might help you and do let us know if the issue still persists.

Regards,

Vidya.


View solution in original post

0 Kudos
9 Replies
ArpanB_Intel
Moderator
2,735 Views

Hi Bruno, did you encounter any error during the integration process? Also, during the installation of VS 19, did you manually select the Desktop Development with C++ workload? It is integral for proper integration of the IDE with the compiler. For guidance, please visit> https://software.intel.com/content/www/us/en/develop/articles/installing-microsoft-visual-studio-2019-for-use-with-intel-compilers.html


0 Kudos
EgremyB
Novice
2,724 Views

Hi ArpanB,

I did not encounter any errors. I did select the Desktop Development with C++ workload manually. However, I did remove the workload and then put it back to be sure but there was no effect on my issue and no error.

As stated in my original post, I did follow the guide you have mentioned with no success.

I use Visual Studio 19 for SGX development, I believe this does not change anything to the problem but I prefer to mention it in case it would be important.

0 Kudos
ArpanB_Intel
Moderator
2,711 Views

Bruno, thanks for the clarification.


We have contacted you privately on this issue. Please check your inbox for more information.


0 Kudos
VidyalathaB_Intel
Moderator
2,675 Views

Hi Bruno,

>> I followed the following Intel guide to install the right workload in Visual Studio 19.

From the guide which you are following for installation, it seems that you are using Intel® Parallel Studio XE.

So could you please let us know which version of Intel® Parallel Studio XE you are using ?

Also kindly refer the below mentioned link for more details regarding supported versions 

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

Regards,

Vidya


0 Kudos
VidyalathaB_Intel
Moderator
2,648 Views

Hi,

Reminder:

Could you please let us know if your issue is resolved ? so that we can close this thread from our end.

If not please provide the above mentioned details.

Regards,

Vidya.


0 Kudos
EgremyB
Novice
2,642 Views

Hi,

I did not install any version of Intel® Parallel Studio XE. I only added the Desktop C++ workload in the Visual Studio Installer as far as I know.

PS: I was not contacted privately as @ArpanB_Intel told me.

0 Kudos
VidyalathaB_Intel
Moderator
2,617 Views

Hi,

Could you please confirm us whether you have installed any of the oneapi toolkits on your system ? Because in order to use intel compilers you need to download oneAPI toolkits and the guide which you are following for installing workload on visual studio is applicable only if you have already installed components from intel.

So we suggest you to download the latest oneAPI Base toolkit and oneAPI HPC toolkit using below links.

For downloading oneAPI Base toolkit :

https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit/download.html

For downloading oneAPI HPC toolkit :

https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit/download.html

Installation Guide :

https://software.intel.com/content/www/us/en/develop/articles/installation-guide-for-intel-oneapi-toolkits.html

Hope this might help you and do let us know if the issue still persists.

Regards,

Vidya.


0 Kudos
VidyalathaB_Intel
Moderator
2,587 Views

Hi,

Reminder:

Is your issue resolved ? Please let us know if the issue still persists.

 

Regards,

Vidya.

 

0 Kudos
VidyalathaB_Intel
Moderator
2,561 Views

Hi,

We are closing this thread assuming your issue has been resolved.

We will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread.

Any further interaction in this thread will be considered community only.

Regards,

Vidya.


0 Kudos
Reply