Problem with file recognition.h

0

I've created arquivo.h and arquivo.cpp , arquivo.cpp by including #include "arquivo.h" automatically recognizes, already in my main.cpp does not recognize so I can not use the data of this file.

    
asked by anonymous 14.08.2015 / 15:05

1 answer

-1

Well I discovered my mistake

The debug and release options were unchecked.

To check out go to the tab of the file you created right click and select the boxes

    
14.08.2015 / 16:47