stdc++.lib, stdc++fs.lib couldn't be opened with VS 22

Viewed 11

I have following with a C++ project in VS 22 on windows: I try to compile it in Release mode, but it says: 'stdc++.lib couldn't be opened'/'stdc++fs.lib couldn't be opened' (LNK1181).

So it doesn't find the library. But it should be included in the visual studio download or is it a linux specific library?

Thank you in advance

0 Answers
Related