Problem with esp32 camerapro kit

I am attempting to upload the code found here: 2.13 Camera Web Server — SunFounder ESP32 Starter Kit documentation

However I get the following error: /Users/user/Downloads/esp32_webcam/iot_2_camera_server_copy-1/app_httpd.cpp:45:10: fatal error: human_face_detect_msr01.hpp: No such file or directory
45 | #include “human_face_detect_msr01.hpp”
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: human_face_detect_msr01.hpp: No such file or directory

Obviously this file is missing. How do I fix this error and does this mean something that is supposed to be included in the file download is missing?

Until Monday when Sunfounder can give a better answer, I’d try another esp32 version e.g.

We sincerely apologize for the incorrect code in our tutorial. Please follow these steps:

  1. Download our official code package:
    https://github.com/sunfounder/esp-cam-kit/archive/refs/heads/main.zip
  2. Extract the downloaded zip file
  3. Select and upload the appropriate code file according to your lesson
  4. Verify the working results

This includes the same code with the missing file as the original sketch.

It is not recommended that you copy and paste the code from the tutorial, because you may not upload the complete code and dependent files, resulting in upload errors.
It is recommended that you download the complete code package and unzip it, then go to the specified path of the code you want to upload and open the ino suffix file to upload.
If an upload error occurs, please provide us with a complete error screenshot.