Install stb_image.h
Download stb_image.h from https://github.com/nothings/stb/blob/master/stb_image.h
Create a stb directory in your include directory
Save stb_image.h to your stb/stb_image.h
In Mesh.cpp, in the header files section, add
#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>
Last updated