My current directory layout:
C:\sdx
|
extras
source
|
sdx-pelles
sdx-gcc
sdx-vs
When adding files to Pelles project in sdx\source\sdx-pelles from sdx\source, I get an error:
"Unable to add main.c to the project.
Unknown file extension, or invalid directory."
Visual Studio builds OK and gcc is just command-line and builds fine, but Pelles doesn't want to add files.
Since I get good builds from VS and gcc, that are accessing the same files, I'm pretty sure there's nothing wrong with directory permissions or file-names.
Any insight?