Adding a Windows 10 SDK

From RAD Studio
Jump to: navigation, search


A software development kit (SDK) provides a set of files that are used to build applications for a target platform. To create the .appx packages, you need to have the Windows 10 SDK on your development system.

RAD Studio Provides a Windows 10 SDK

During the RAD Studio installation, the installer adds the required Windows SDK to your system. You can also download the standalone SDK and configure RAD Studio manually to use it.


Adding a Windows SDK to RAD Studio

To add a Windows 10 SDK to RAD Studio:

  1. Select Tools > Options > Environment Options > SDK Manager and click the Add button.
  2. In the Add a New SDK dialog box, select 32-bit Windows or 64-bit Windows from the Select a platform drop-down list.
    Select a Platform
  3. In the Select an SDK version drop-down list, select Add new and complete the steps of the Create a New Windows 10 SDK wizard:
    1. In the Windows SDK Base Path, click Browse to browse to the location where you installed the SDK and click Next.
    2. On the Setting Windows tools locations page, the wizard automatically fills in all fields.
    3. For any fields that are not auto-populated or are marked with YellowBang.png, click the entry field and browse to the location of the specific utility on the disk.
      Create new Windows 10 SDK
    4. Click Finish to create the new SDK.
    Note: The Finish button is disabled until all fields are filled in correctly.
  4. In the Add a New SDK dialog box, select Make the selected SDK active if you want the new SDK to be the default SDK for Windows.
    Make selected SDK active
  5. Click OK to continue.

The Windows 10 SDK version is now listed in the SDK Manager:

See Also