diff --git a/Compiling.md b/Compiling.md
index c80e795..f7c0173 100644
--- a/Compiling.md
+++ b/Compiling.md
@@ -45,7 +45,7 @@ Steps:
cd funchook
md build
cd build
- cmake -G "Visual Studio 16 2019" -A x64 ..
+ cmake -G "Visual Studio 17 2022" -A x64 -DFUNCHOOK_CPU=x86 ..
(gc .\funchook-static.vcxproj) -replace 'MultiThreadedDLL', 'MultiThreaded' | Out-File .\funchook-static.vcxproj
cmake --build . --config Release
```