News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Include file not found

Started by bangorme, July 11, 2014, 10:44:36 PM

Previous topic - Next topic

bangorme


stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

scarphin

Does it work if you use:
#include <SpreadsheetCell.h>
instead of:
#include "SpreadsheetCell.h"

bangorme

#18
Thank you to those that tried to help.  I spent two hours trying to chase down the problem.  Then just deleted the whole project directory.  Re cut and pasted the same code as I did before (from the book code file), and it worked.  I've got no idea what the problem was.  They only thing I noticed this time is that CodeBlocks created a "Headers" directory and not an "include" directory.