SyntaxFix
Write A Post
Hire A Developer
Questions
@bku_drytt's solution didn't do it for me.
I solved it by additionally changing every occurence of 14.0 to 12.0 and v140 to v120 manually in the .vcxproj files.
14.0
12.0
v140
v120
Then it compiled!