I have tried many times to download the panda 3d for c++ but it doesn’t work. I already have python 3.9 and pip and panda 3d python modules. But I wanted to use c++ for panda 3d so I unchecked the pip, python modules, and python 3.7 options and downloaded everything else. But when I try running the c++ hello world it give me an error saying:
main.cxx:1:10: fatal error: pandaFramework.h: No such file or directory
#include "pandaFramework.h"
^~~~~~~~~~~~~~~~~~
compilation terminated.
What do I need to add or download for this to work.
I am new to c++ so I may not know many things about it