I found a blog post from Lukie Briner , his last paragraph pointed me to a solution (thank you, buddy!).
I still donβt know why / how this can happen, perhaps this is due to the installation order of Build Tools, SSDT, Visual Studio, etc.
Reason: SSDT was missing from the build tools and its version of MSBuild.
What I've done:
Copy the SSDT folder from
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Microsoft\VisualStudio\v15.0
to
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\Microsoft\VisualStudio\v15.0 .
WOW! Finally, I see the REAL message:

Now I had to copy SQLDB and SQLEditor (I think SQLCommon already existed in the destination folder, if it also should not be copied) from
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\Extensions\Microsoft
to
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\Extensions\Microsoft
and boom ...

And yes, TeamCity's VS2017 runner is also pleased with it.
timmkrause
source share