Skip to content

fade2gray/Build-Custom-Cheat-Engine-Drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Visual Studio 2019 Setup Guide for Building Custom Cheat Engine Drivers

✅ 1. Download Visual Studio 2019 Community Edition

📥 Primary Source (Microsoft's Older Downloads)

🔁 Alternative Mirrors (If the official link doesn’t work)

Tip: Download the bootstrapper (installer), not the full ISO, unless you need offline installation.


✅ 2. Download Windows Driver Kit for Windows 10, version 2004 (WDK 10.0.19041.0)

Note: Ensure SDK and WDK versions match (10.0.19041.0) for compatibility.


✅ 3. Download VS2019_setup.vsconfig

  • Download the configuration file from the source (used to pre-select required components for building CE drivers).
  • Save it to a convenient location.

✅ 4. Install Visual Studio 2019

  • Run the installer downloaded in Step 1.
  • Skip workload selection for now.
  • Let the base installation complete.

✅ 5. Import VS2019_setup.vsconfig

  1. Open Visual Studio Installer.
  2. Click the three-dot menu (⋮) next to your installation.
  3. Choose "Import configuration..."
  4. Select the downloaded VS2019_setup.vsconfig.
  5. Click "Install" or "Modify".
  6. Wait for installation of all required components.

✅ 6. Install the Windows Driver Kit (WDK)

  1. Run the WDK setup installer.
  2. Accept license agreement.
  3. Install WDK for version 10.0.19041.0.
  4. Also install the Windows 10 SDK if prompted.

✅ (Optional) Final Step: Restart Your PC

  • Reboot to ensure all components and settings are fully registered.

About

Setup Guide for Building Custom Cheat Engine Drivers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors