I'm trying to create a program using multiple source files in CodeBlocks. Every time I run through the wizard I just get an error that says "The wizard could not create a new file. Maybe the target folder is write-protected?" Does anyone know what would cause this?
I've never run into that error with Code::Blocks, but if I did, I'd create a new project, save it to a folder you know isn't write protected, copy all of your files into the the new project, manually (Don't add the files to the project, create all new ones), and see if that works for you.
If for some reason that doesn't work, I'd assume you don't have the privileges to write to your destination. If using windows, I'd save the new project in "My Documents" or "C:\Programming\". I use the second option and have no issues reading/writing.