I got the error The command "XXX" exited with code 9009. This happened after I added STEAMCLIENT=True.
Win32=True,STEAMCLIENT=True
Error: Error The command "STEAMCLIENT" exited with code 9009.
Code:
#If STEAMCLIENT Then
Try
Steamworks.SteamClient.Init(252490, True)
Catch e As System.Exception
End Try
#Else
#End If
I tried rebuilding. I tried renaming the variable but it seems stuck on the old variable name.
I tried rebuilding. I tried renaming the variable but it seems stuck on the old variable name. `1>------ Build started: Project: study, Configuration: Debug Any CPU ------
1> 'STEAMCLIENT' is not recognized as an internal or external command,
1> operable program or batch file.
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1332,5): error MSB3073: The command "STEAMCLIENT" exited with code 9009.
========== Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========