Autodesk mentions here that AutoCAD plugins need to be developed with a particular Visual Studio version, e.g.
AutoCAD 2016 (supports Microsoft Visual Studio 2012 and 2013)
AutoCAD 2015 (supports Microsoft Visual Studio 2012)
...
Why is it like that? I understand that you need to use particular .NET Framework versions according to your AutoCAD versions.
But why the IDE? You can set your target framework version for each project. Is it because of compiler / debuger issues?
We are planning to upgrade from AutoCAD 2012 to AutoCAD 2016. So we need a new IDE for our plugins and would prefer the latest Visual Studio version (2015)