Author Topic: Error Couldn't Create Project Directory  (Read 6688 times)

xRAPxTORx

  • Guest
Error Couldn't Create Project Directory
« on: June 14, 2014, 07:21:29 am »
Hello Code Blocks community, I am completely new to this and I picked up a C++ All-In-One for Dummies book to maybe teach me how to program in the C++ language. I am following their directions completely and I can not open the project they tell me to. I create a console application, name the file and choose the default compiler that it says. Then I get an Error message saying Error Couldn't create project directory FirstProject/SayHello/ can anyone help me out I am again completely new. Thanks!

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Error Couldn't Create Project Directory
« Reply #1 on: June 14, 2014, 10:40:14 am »
may be, that you are using a directory where you don't have write access. If you are on windows use your user directory to save the project, an on linux your home directory...