New developer to a solution. I have the source code. When I try to compile I get the below error.
Previously, I worked around this on another computer by having another devloper on the project zip his folder and send it to me. But I would like to understand how I would fix this if I was net new to the project. Assume I don't have to rely on someone to send me their .target folder zipped up.
Error:
C:\Users\boyd\Source\Repos\insightstobehavior\Classroom_Package.proj(3,11):
error MSB4226: The imported project "C:\Program Files (x86)\Microsoft Visual S
tudio\2017\Community\MSBuild\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targ
ets" was not found. Also, tried to find "MSBuildCommunityTasks\MSBuild.Communit
y.Tasks.Targets" in the fallback search path(s) for $(MSBuildExtensionsPath) -
"C:\Program Files (x86)\MSBuild" . These search paths are defined in "C:\Progra
m Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.e
xe.Config". Confirm that the path in the <Import> declaration is correct, and t
hat the file exists on disk in one of the search paths.
From .project -
<Import Project="$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets" />