In C++ with Visual studio 2017,
I copied some header files into my project folder, then added them under the "solution explorer" in c++. Now when I write
#include "name.h"
it prints an error under include, and says "cannot open source file".
Why, and what can I potentially do to fix it?
I only just downloaded VS and am learning c++ for the first time.