Author Topic: Include file not found  (Read 22551 times)

Offline bangorme

  • Multiple posting newcomer
  • *
  • Posts: 28
Re: Include file not found
« Reply #15 on: October 05, 2014, 04:18:03 am »
BTW, I'm using build 9916

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: Include file not found
« Reply #17 on: October 05, 2014, 09:19:59 pm »
Does it work if you use:
Code
#include <SpreadsheetCell.h>
instead of:
Code
#include "SpreadsheetCell.h"

Offline bangorme

  • Multiple posting newcomer
  • *
  • Posts: 28
Re: Include file not found
« Reply #18 on: October 06, 2014, 02:02:47 am »
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.
« Last Edit: October 06, 2014, 02:05:53 am by bangorme »