I'm trying to use xlw with Visual Studio 2015. I downloaded xlw-5.0.2f0 and built InterfaceGenerator.exe and the xlw .dll.
Then I open an example Template in VS2015. The XLL project seems to build, but in the end fails with the error message:
Error MSB3073 The command ""....\VC\bin\NMAKE" /f RunInterfaceGenerator.nmake ENVIRON=Debug LIBRARY=ObjectCacheDemo vc=vc12 ALL " exited with code 3. RunInterfaceGenerator C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets 37
I suspect something needs to be done to the RunInterfaceGenerator project, which it seems is fine for Visual Studio 2013 and not above?