Intel® oneAPI Base Toolkit
Intel® oneAPI integrates with third-party IDEs on Windows* to provide a seamless GUI experience for software development.
An internet connection is required to download the samples for oneAPI toolkits. For information on how to use this toolkit offline, see Developing with Offline Systems in the Troubleshooting section.
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.
The IDE offers these major advantages:
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 " "
To watch a video presentation of how to create a project, see Intel® oneAPI Visual Studio Samples Browser.
The samples screen will open: