I am facing for some time now an issue concerning a code I am formulating in VS 2013. I try to build my code in order to get a .dll file, which I can later use to a simulation program to get some results. The point is that the build isn't successful and an error appears, which I don't know how to eliminate. That's why I need your help. The situation is as follows. Several messages appear, all of the same origin, one of which says the following:
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1186,5): error MSB4018: The "VCMessage" task failed unexpectedly.
As a matter of fact more errors with the same path appear but with different content each time.
Can you tell me how to fix this? I can't continue with my work, because I have stuck with this. Thank you in advance.