I have created two c++ hello world applications. First one - C++ Managed Build
, second one - Makefile Project
. First one builds fine and has no error detected, while second one builds and runs, but shows errors in IDE:
Why do I see those error? How to get out of them?