After the update, VS 2012 stopped seeing the paths to libraries and so on. I tried to set them up, but unfortunately the problems remained. For example, I have a project that worked fine before, but now everything is broken there: Here are the connection settings that I specified:
Here is the structure and composition of these directories:
When creating a new project, it displays the following error messages:
In addition, I did not find how to make global (and not for a separate project) settings. Since it was with VS, I practically did not work (but such a need arose) to deal with similar, simple in general, as I understand it, questions, it is somewhat difficult for me. So I will be very good grateful for the help.
stdio.h
in pluses is not good. It shouldcstdio
. This time. In addition, it is advisable not to interfere with functions fromiostream
andstdio
, although it can be used with caution. Two - there are problems with namespace. When switching from one version to another compiler this happens. You can either manually appendstd::
or use a using directive. By folders, it is very strange, especially since no one has drivesA:
andB:
for a long time already; these were the letters reserved for floppy drives. - gecube