I'm trying to run the main function of a c++ library of mine but it doesn't wanna work. Returning as error:
The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.Default.props" was not found. Confirm that the expression in the Import declaration "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.Default.props" is correct and that the file exists on disk.
However, when I look at some of the solutions for this problem they seem to suggest I have to change the value of my VCTargetsPath too $(MSBuildExtensionsPath32)\Microsoft.Cpp\v4.0. My question is what exactly is the value of MSBuildExtensionsPath32. Also what else do I need to do to be able to solve this issue?
Sometimes I also get a failure to build with no error output. I don't know if the MBS4019 error is related to this issue as well?
The release is Win32.