I am trying to compile an Outlook addin project (created using VS2015) on a windows server which has visual studio 2015 build tools installed (no VS 2015 IDE). During compilation I get the following error:
The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\OfficeTools\Microsoft.VisualStudio.Tools.Office.Targets" was not found. Confirm that path in declaration is correct, and the file exists on disk.
Can I compile an Outlook addin project using VS2015 build tools only?