Windows export: 'cl.exe' is not recognized as an internal or external command,

Welp, there we go. VS 2014 does not come with cl.exe by default. It appears it can be manually installed, but I only see official downloads for VS 2015. So like you suggested I just created a new system environment variable called ‘HXCP_MSVC’ and set it equal to

C:\Program Files (x86)\Visual Studio 10.0\Common7\Tools

game seems to run and export just fine now, though I’ve noticed that the glow filters I use on text aren’t rendering like they should be. will do some testing tomorrow and see if I can figure that out.

In the meantime, thank you!