I installed VS2017RC (15.0.26026.0) with Workloads '.NET desktop development' and 'Visual Studio extension development'. Furthermore, I installed the .NET Compiler Platform SDK.
When I create a new .vsix project via the template Code Refactoring (.VSIX), I get the error
A problem was encountered creating the subproject 'CodeRefactorings1'. The imported project "$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" was not found. Also, tried to find Microsoft.VsSDK.targets in the fallback search path(s) for ....
I am unable to google a solution. Any ideas on how it may be fixed?