So i was trying to make a windows terminal like console with c++ but i ran into a problem.
I use VS 2022 and my file directory is like this:
Project
\-Headers
\--Header.h
\-Source Code
\--Main.cpp
I was trying to import "Header.h" into "Main.cpp" but i ran into the "cannot open Header.h file" error.
So how do i do this properly?
An explanation of why my code does not work and how to do it properly.
Example code:
#include "Header.h" //error here