Create a new project
- Last UpdatedAug 21, 2026
- 1 minute read
Prerequisites
The following software must be installed on your system:
- System Platform IDE 2026
- Visual Studio 2022 or higher
Initial Setup
- In Visual Studio, create a new project.
- Select a supported language: Visual Basic, C#, or C++.
- Select Windows Desktop.
- Select either WPF User Control Library or WPF Custom Control Library and press OK.
- Select .NET Framework 4.8.
- Enter a name for your new application.

Note: We recommend that you use WPF User Control Library to create your user controls in your first project, as this may be a simpler starting point. However, if you are comfortable creating custom controls, feel free to use the WPF Custom Control Library.