刚刚安装了Windows 10和VS2022,创建了一个空项目,将编译器设置为Clang,编译后得到以下错误:
1>lld-link : error : could not open 'msvcrtd.lib': no such file or directory
1>lld-link : error : could not open 'oldnames.lib': no such file or directory
我确信我可以为链接器设置添加一个路径,但我不明白为什么这个错误会“开箱即用”?是否存在VS2022安装的错误/肯定不会发生这种情况?
https://stackoverflow.com/questions/72356405
复制相似问题