Update how to setup a windows build with visual studio authored by Kuppe, Christian's avatar Kuppe, Christian
......@@ -25,14 +25,6 @@
* set only the src as project folder.
###### Solve XSD error:
1. Start Visual Studio 2019 Developer Command Prompt as __Admin__. (Type "dev" in the search box,...)
2. XSD depends on the CodeProvider. We install the CodeProvider dll in the GAC. I typed (in the command window):
"C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\gacutil.exe" -i "%DevEnvDir%\PublicAssemblies\CppCodeProvider.dll"
Your path to gacutil.exe can be different. The second part is the important one.
###### Solve CL.exe exit with error code 1:
* compile with VS compiler flag /bigobj
......
......