There are some trouble with ‘NsightTegraProjectRevisionNumber’, sorry I cleared log.
Reverted to 2.1.0.15057 - all ok.
Well, if somebody still need solution:
Edit file C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Tegra-Common\ProjectUpgrade\UpgradeToRevision_9.props
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="$(NsightTegraProjectRevisionNumber) != '' and $(NsightTegraProjectRevisionNumber) < 9">
<AndroidNativeAPI>UseTarget</AndroidNativeAPI>
</PropertyGroup>
</Project>
Note, that symbol “<” must be edited as “<”