This is the message I am getting when I try to compile it.

fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?

Code:
// Furniture.cpp - This program calculates prices for custom made tables.

#include <iostream>
#include <string>
using namespace std;
int main()
{
     double
...