pkurth / D3D12Renderer

Custom renderer and physics engine written from scratch in C++/Direct3D 12.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error cannot open ext/assimp when running the build file.

PsychoCoffee opened this issue · comments

When double clicking on the generate2022.bat file, it gives me the following error:

Error: cannot open ext/assimp: No such file or directory

When going into the assimp folder, it seems to be empty.
image

Fixed it by going to the ext folder in the repository, and downloading the yaml and assimp folder seperately, then extracting them and putting them in their directory in the downloaded project.

Thanks for checking out my project. Did the other dependencies work right away? Assimp and Yaml should be cloned automatically if you cloned the project recursively.

Hey! I am impressed by this project and I wish you the best.

I had mostly issue with the Assimp, Yaml and ImGui dependencies, as they didn't clone whilst downloading.
I'm not sure if I downloaded the project the right way, all I did was to click on the code, and then download button, which caused those folders to become empty.

I did try disabling anti-virus before downloading as well but that didn't fix the issue