this is an interesting one to fix - let's follow through some debugging:
1) comment out your entire code (by putting { at the beginning, and } at the end) and run your server.
2) Disable your script by renaming the Includes.txt file temporarily. Now, nothing should be compiling. Run your server again.
3) Open server.ini and set Scripting=0. See if you still crash running your server.
4) Run soldatserver.exe directly with Admin privilege by right-cliking it and clicking Run as administrator (or whatever it says) - if it opens and disappears immediately it crashed.
Tell us what worked (if anything) of these 4 steps. Also tell us how you normally start your server. I personally create a file called "server.bat" and edit it in notepad to contain the line "soldatserver.exe" (without quotes) - how do you start your server normally?