I recently updated to 4.17.2 and VS2017.
Got this warning during compile in VS2017:
...\Common7\IDE\VC\VCTargets\Microsoft.Cpp.props(31,3): warning MSB4011: "...\Common7\IDE\VC\VCTargets\Microsoft.Makefile.props" cannot be imported again. It was already imported at "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.cpp.props (31,3)". This is most likely a build authoring error. This subsequent import will be ignored. ...\MyProject\Intermediate\ProjectFiles\MyProject.vcxproj]
The project appears to compile fine, reporting 1 success.
But the warning worries me. What does it mean and how do I get rid of it?