Author Topic: Never get a project tree  (Read 3180 times)

Offline jerryd

  • Single posting newcomer
  • *
  • Posts: 7
Never get a project tree
« on: December 09, 2016, 03:47:30 am »
Code:Blocks forum,

 Windows 7

 I just downloaded and installed Code:Blocks 16.01 with MinGW. When
 I start a new project I don't get a project tree.  I click on the
 project name but nothing happens.  If I start an "Empty file" it's
 a .c which I can compile and run but, of course, as soon as I add
 something like #include <iostream> the compile fails.

 Any suggestions?

Jerry D.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7589
    • My Best Post
Re: Never get a project tree
« Reply #1 on: December 09, 2016, 04:31:55 am »
Post a build log for the second problem of building. http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

SHIFT+F2 for the management window NOT being displayed.
If that is NOT your first problem; then, more information is needed.
Edit: Look at this link for a problem that might be yours http://forums.codeblocks.org/index.php/topic,21569.0.html

Tim S.

« Last Edit: December 09, 2016, 04:35:04 am by stahta01 »
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 jerryd

  • Single posting newcomer
  • *
  • Posts: 7
Re: Never get a project tree
« Reply #2 on: December 09, 2016, 05:26:46 am »
stahta01,

 Thanks for the reply.

 I realized I was opening an "Empty project" by mistake.

Jerry D.