Intel® oneAPI integrates with third-party IDEs on Windows* to provide a seamless GUI experience for software development.
You can use the Intel® oneAPI DPC++/C++ Compiler within the Microsoft Visual Studio* integrated development environment (IDE) to develop C++ applications, including static library (.LIB), dynamic link library (.DLL), and main executable (.EXE) applications. This environment makes it easy to create, debug, and execute programs. You can build your source code into several types of programs and libraries using the IDE or from the command line.
Define the SETVARS_CONFIG Environment Variable
The SETVARS_CONFIG environment variable is not automatically defined during installation, you must add it to your environment before starting Visual Studio using the following. This only needs to be set once.
setx SETVARS_CONFIG " "
Watch a video guide on creating a sample project with Intel® oneAPI Visual Studio Samples Browser.
The samples screen will open: