NeoAxis/NeoAxisEngine

imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\16.0\Bin\Microsoft.CSharp.targets" not found

KorolevAndrey opened this issue · 4 comments

image

error - 'импортированный проект "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\16.0\Bin\Microsoft.CSharp.targets" не найден. Проверьте правильность выражения в объявлении Import "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\16.0\Bin\Microsoft.CSharp.targets" и наличие файла на диске. NeoAxis.Core.Editor '

there is no 'MSBuild\16.0\Bin' dir
but i have 'MSBuild\Current\Bin' dir

on my computer after 2019 VS install
image

i think this is
https://stackoverflow.com/questions/57017757/msbuild-16-0-bin-microsoft-csharp-targets-file-not-found

tried this
$(MSBuildExtensionsPath)$(MSBuildToolsVersion)\Bin\Microsoft.CSharp.targets
or this
$(MSBuildExtensionsPath)\Current\Bin\Microsoft.CSharp.targets
no help

image

please give instructions

image

site version dosn't have this function

Compile Ok , but errors after
image

And Exception

image

Additional - NuGet Update errors
image

this error after start
image

but compile and run OK

image

After hit Play button - error file Player.exe not found

Then i've built Player and Project, and all other projects
And this helped

image

image

SOLVED