#ifndef _Automobile
#define _Automobile
class Automobile
{
private:
string vin; // first name
string make; // last name
string model; // subject of the paper
string color; // assigned letter grade
Sorry the top part is part of the source code also the top is a txt file or a .h titled automobile.h and it doesn't work the file is in same folder its still giving me a hard time
What exactly is the compiler telling you?
Also, what compiler are you using? For example, if you use Code::Blocks, you have to both "add" the file to the project (right-click on project name on the left) and make sure the files on in the correct directory(folder).