I keep getting three errors when I try including a header file that looks like this:
#include <iostream>
#include <"maximum.h"> // *** Header file that is getting the three errors ***
These are the errors I am getting:
#include errors detected. based on information provided by the configurationProvider setting.
cannot open source file ""maximum.h""
'"maximum.h"' file not found
Here, is a link to a solution I tried out. That didn't solve the problem for me. Could anyone help me out? Thanks.