VS2015 Error List Items All Doubled

In VS2015, I am working on my own C ++, if that matters, all warnings in the error list are doubled. I know that headers will be included several times, but I see that the element for the .cpp file is specified twice with the same line number and identical contents.

I disabled any extensions I can, and the filter option is set to Build Only (also not displaying Intellisence errors). (The only thing I found in web search was for different projects where different tools found an error)

I do not know where else to look for what causes it.

enter image description here

, . Qt *.ui, CL . , , , - .

. , .

+4
3

, ++ ( Qt). "File" -> "New" -> "Project" -> "Visual C++" -> "Empty Project" ++ . .

int main() {
  long a = 1;
  float b = a;
}

- , reset Visual Studio: "Tools" -> "Import and Export Settings Wizard" -> "Reset all settings" -> "No, just reset settings, overwriting my current settings". , / ( , /, ), , ). , , , Visual Studio : : .. WPF-, XAML, .

+2

, , MSBuild Normal, Minimal. , , : ... ... ... ... MSBuild build build output length: Minimal.

+3

, " " , Intellisense.

, , . "Build + Intellisense". " " " Intellisense".

enter image description here

0

Source: https://habr.com/ru/post/1624195/


All Articles