LNK1104 cannot open file 'ucrtd.lib'

roroA MM 1 Reputation point
2022-09-22T12:27:12.077+00:00

Hi, Ihave this message error in visual studio 2022. can you help me please.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,526 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YujianYao-MSFT 4,271 Reputation points Microsoft Vendor
    2022-09-23T01:53:23.57+00:00

    Hi @roroA MM ,

    Please check whether ucrtd.lib exists in your computer. If it does not exist, you need to install the windows SDK. If ucrtd.lib already exists, you need to modify the project configuration.

    For details, please refer to this issue.

    Best regards,

    Elya


    If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.