Github user danielcrenna commented on the issue:
https://github.com/apache/thrift/pull/1379
This was just an issue where I was obviously not calling `netcore` as the
generator, where `thrift.0.10.0.exe` doesn't have that generator installed.
When I built it myself on `master` branch it all is well. Building was a bit of
a riddle, had to rename `version.h.in` to `version.h` and rename the `flex` and
`bison` to `win_flex` and `win_bison` because of how aliases work in `choco`,
but things appear to work now. Thanks for responding :)
---