Removed ReleaseAMD64 and replaced it with platform x64. The x64 builds fine except of the modules that depend on external libraries like tkinter and openssl. And I can't test the build on my 32bit CPU.
diff --git a/PCbuild9/pyproject.vsprops b/PCbuild9/pyproject.vsprops
index 7577987..1f3ff08 100644
--- a/PCbuild9/pyproject.vsprops
+++ b/PCbuild9/pyproject.vsprops
@@ -4,7 +4,7 @@
 	Version="8.00"
 	Name="pyproject"
 	OutputDirectory="$(SolutionDir)"
-	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)"
+	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
 	>
 	<Tool
 		Name="VCCLCompilerTool"
@@ -25,6 +25,7 @@
 		LinkIncremental="1"
 		AdditionalLibraryDirectories="$(OutDir)"
 		GenerateDebugInformation="true"
+		ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
 		SubSystem="2"
 		RandomizedBaseAddress="1"
 		DataExecutionPrevention="0"