Click to See Complete Forum and Search --> : fatal error C1016: #if[n]def expected an identifier


Fatboy
April 24th, 2008, 06:35 PM
Here is the code:

#ifndef 17_1OBJECTS
#include "17_1Objects.h"
#define 17_1OBJECTS

Here is the error:

fatal error C1016: #if[n]def expected an identifier



Very simple. Why? I've used #ifndef loads before and it has never given me this error.

Fatboy
April 24th, 2008, 06:37 PM
Oh! OK it's because I can't use numbers. Got it.