2

I'm using VS2012 Ultimate and I get a warning when I get this warning (c4067) when I try to include a local header file where I define some constants.

This is how I included the header:

#include "constants.h"; 

What am I doing wrong?

1 Answer 1

3

I accidentally put a semicolon after the directive, this was causing the error

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.