
I am pretty new to codeblocks.
At the moment, I am trying to convert a prject formerly developed with Eclipse.
At first, I created a new project and saved this in C:\temp
The I added a several source files to the project and clicked "build". All source files are somewhere on the network.
Instead of my WinAVR works as desired, I get some error messages saying that "Can't read file's timestamp ..."
I also cannot open the source-files by double-clicking them. There comes an error message saying can't load file C:\temp\and_then_the_complete_network_path_for_each_source_file
Putting the whole project right into the directory of the source files seems not to be the right way, as I have a number of files residing on other network paths.
What can I do?
I read something about manually editing the project-file, but this is not very comfortably.
Greetings nico