RE: PCF: Error while using msbuild -The target "CreateManifestResourceNames" does not exist in the project
Hi Mridula ,
Friend of mine had the same issue, I was able to fix it by installing
.Net Framework 4.6.2 SDK &&
.Net Framework 4.6.2 targeting pack
please follow the below steps
Step 1 : Open visual studio installer and click modify
Step 2 : Select individual components and make sure .Net Framework 4.6.2 SDK &&
.Net Framework 4.6.2 targeting pack are checked.
Step 3 : (optional)Under code tools make sure NuGet package Manager and Nuget targets and build tasks are checked and click modify.
make sure that you have your visual studio msbuild added in environment variables. In my case it was
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin
Hope this help you... please let me know if you need any assistance in adding environment build...
"Please mark this as answer if it's helpful"