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: alt text Here are the connection settings that I specified:

alt text

Here is the structure and composition of these directories:

alt textalt textalt text

When creating a new project, it displays the following error messages:

alt text

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.

  • Well, generally, how to use stdio.h in pluses is not good. It should cstdio . This time. In addition, it is advisable not to interfere with functions from iostream and stdio , 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 append std:: or use a using directive. By folders, it is very strange, especially since no one has drives A: and B: for a long time already; these were the letters reserved for floppy drives. - gecube

1 answer 1

Problem solved. The bottom line was that: Before the update, VS was here: C: \ Program Files (x86) \ Microsoft Visual Studio 11.0 after installation, for some reason here: B: \ Program Files \ Microsoft Visual Studio 11.0 files, the paths to which turned out to be beaten, remained in the same place, i.e., here: c: \ Program Files (x86) \ VC \ I don’t know how it all happens and how it could have been supposed, but, nevertheless, the reality turned out to be such (hello, Microsoft!). Thus, the solution turned out to be purely empirical. 1. We will try to find the lost files on the disk where the program was installed before the update:

alt text

  1. Copy them to the directory where the program is installed now:

alt text

  1. Open any project with links to files, the paths to which were beaten after the update:

alt text

All OK.