So I found the answer to my problem, here:
http://docs.roguewave.com/stingray/c...tml%23ww742072
But I'm having a new problem, when I try to rebuild Stingray, I'm getting the following error:
Code:
6> Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
6> Copyright (C) Microsoft Corporation. All rights reserved.
6>
6> Building with 32 bit compiler settings.
4>
4> Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
4> Copyright (C) Microsoft Corporation. All rights reserved.
4>
4> Building with 32 bit compiler settings.
6>NMAKE : fatal error U1081: '.\bldclean.BAT' : program not found
6> Stop.
6>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(41,5): error MSB3073: The command "NMAKE /f Views14.mak all /i" exited with code 2.
4>NMAKE : fatal error U1081: '.\bldclean.BAT' : program not found
4> Stop.
4>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(41,5): error MSB3073: The command "NMAKE /f Edit14.mak all" exited with code 2.
I've been messing around with this all afternoon. I've actually uninstalled and reinstalled Stingray, and I've looked at my path variable, and tried a few changes (with no improvement).
When I first installed Stingray, I was able to build it with no problems, so I can't figure out what could have changed.