Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
777 Discussions

install intel® oneapi base toolkit for windows for visual studio

vuhuuthuong
Beginner
1,310 Views

I have installed Intel® oneAPI Base Toolkit for Visual studio 2022 on my windows. But when the installation is complete, I opened visual studio and a warning appears as shown below. I want to fix this problem

0 Kudos
6 Replies
yzh_intel
Moderator
1,234 Views

Hi, may I ask what are the specific versions of visual studio and oneapi ? and I assume you're installing oneapi base toolkit ?

0 Kudos
vuhuuthuong
Beginner
1,158 Views

I have installed Visual studio Enterprise 2022 and Intel oneapi base toolkit 2025.1.2.7

0 Kudos
yzh_intel
Moderator
1,100 Views

Hi, I tried your combination of visual studio and oneapi base kit, but couldn't reproduce the issue.

Did you do a clean install of these products or is VS or oneapi upgraded from old versions ? If it's the latter case, could you try a clean install ?

0 Kudos
vuhuuthuong
Beginner
958 Views

What does your VS have installed in it?

0 Kudos
yzh_intel
Moderator
912 Views

I didn't install all products from oneapi basetoolkit, but did include dpc++ compatibility tool which was causing the issue in your 1st post. Here's the list of all installed products,

 

Microsoft Visual Studio Enterprise 2022
Version 17.14.2
VisualStudio.17.Release/17.14.2+36121.58
Microsoft .NET Framework
Version 4.8.09032

Installed Version: Enterprise

Visual C++ 2022 00476-80000-00000-AA399
Microsoft Visual C++ 2022

ASP.NET and Web Tools 17.14.114.53116
ASP.NET and Web Tools

Azure App Service Tools v3.0.0 17.14.114.53116
Azure App Service Tools v3.0.0

C# Tools 4.14.0-3.25229.6+871ef6369443071681de3351d30f41ea78ab48e6
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

GitHub Copilot 17.14.698.11175
GitHub Copilot is an AI pair programmer that helps you write code faster and with less work.

Intel® C++ Compiler 2025.1
Intel® C++ Compiler 2025.1, Copyright © 2002-2025 Intel Corporation. All rights reserved.

Intel® DPC++ Compatibility Tool 2025.1
Intel® DPC++ Compatibility Tool 2025.1, Copyright © 2019-2025 Intel Corporation. All rights reserved.

Intel® oneAPI DPC++ Compiler 2025.1
Intel® oneAPI DPC++ Compiler 2025.1, Copyright © 2019-2025 Intel Corporation. All rights reserved.

Intel® oneAPI Menu & Samples 10.10.392.9731
Intel® oneAPI Visual Studio Menu & Samples Extension

Intel® Performance Libraries 2025.1
Intel® Performance Libraries 2025.1, Copyright © 2019-2025 Intel Corporation. All rights reserved.

Intel® VTune™ Profiler 2025 1.3.36
Intel® VTune™ Profiler 2025, (Plugin Version 1.3.36), Copyright © 2009-2025 Intel Corporation. All rights reserved.

Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

NuGet Package Manager 6.14.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/

Test Adapter for Boost.Test 1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.

Test Adapter for Google Test 1.0
Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.

TypeScript Tools 17.0.40502.2001
TypeScript Tools for Microsoft Visual Studio

Visual Basic Tools 4.14.0-3.25229.6+871ef6369443071681de3351d30f41ea78ab48e6
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual Studio IntelliCode 2.2
AI-assisted development for Visual Studio.

0 Kudos
vuhuuthuong
Beginner
956 Views

I checked the ActivityLog.xml that the message pointed to and found the error:

SetSite failed for package [IntelGfxDbgPackage]Source: 'Intel.IntelGfxDebug' Description: Could not load file or assembly 'Microsoft.VisualStudio.Threading, Version=17.12.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Threading, Version=17.12.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.VisualStudio.Threading, Version=17.12.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at IntelGfxDebug.IntelGfxDbgPackage.InitializeAsync(CancellationToken cancellationToken, IProgress`1 progress) at Microsoft.VisualStudio.Shell.AsyncPackage.<>c__DisplayClass21_0.<<Microsoft-VisualStudio-Shell-Interop-IAsyncLoadablePackageInitialize-Initialize>b__1>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e) at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

0 Kudos
Reply