Skip to content

RE: EngineeringLibraryBuilder.dll does not exist, visual studio c++

Hello,

Thank you, that indeed fixed my problem. Now I am getting a new problem.
When I'm starting the debug on that empty project I get the error Could not find the WSL launcher (piture added of the complete error).

Any idea's on this problem?

Kind regards,
Henne

Comments

  • Hi Henne,

    I have branched this to a new thread, since it is a different problem to the one in the original question.

    Can you please describe the exact steps to reproduce this error?

    e.g.

    1. Start Visual Studio
    2. Create an empty C++ project using ... which project template?
    3. Build the project?

    Then you mention " starting the debug on that empty project". Are you trying to execute this binary on Windows? Since the binary is built using the SDK for a Linux platform, you will not be able to run it on Windows.

    If you can give us more details on the steps that lead to this error, we can advise further.

    ~ Martin.
Sign In or Register to comment.