Configure Assimp in your project

Assimp is the library we are going to use to load our 3D models.

I have downloaded and installed Assimp in the project, but it only works for VS2022 compiler.

Start your project from here:

If you need to configure it by yourself, you need to download the source code and compile it.

After that copy the libraries to the external folder and header directory to the include folder.

You also need to change CMakefile.Lists to set the directories. ( You can follow mine despite that it is only a workaround).

Last updated