-1

Tested with the following setup:

  • Home - VS2017 or VS2019
  • Classroom - VS2013 or VS2015.

I do code at home, then copy to my flash drive, bring it to the classroom and open a project from their PCs. Upon compilation I receive a big list of errors accessing standard header files, similar to this. Happens to me with every project I create at home, and the other way around: from the classroom to home PC.

This is something that doesn't happen with C# projects, which only ask me to change the .net framework version before opening, everything works fine here.

fmcgarry
  • 92
  • 2
  • 9
xt1zer
  • 35
  • 2
  • 7

2 Answers2

3

If you created a project in VS2013 and try to open it in VS2017 or VS2019 you might need additional changes.

Check this out- https://learn.microsoft.com/en-us/visualstudio/porting/port-migrate-and-upgrade-visual-studio-projects?view=vs-2019

If you created a project in the latest version say VS2019, it is very difficult to open it in older versions such as VS2013.

0

To fix it set the Omnipath to latest in vscode settings

Sridhar P
  • 1
  • 3