I can\'t load modules that are in same folder in CoqIde.
I\'m trying to load sources from Software Foundations, I\'m running coqide in folder that contains SF source
If you started your file.v with Module file. just get rid of it (Also get rid of the End file.) and your problem is solved.
file.v
Module file.
End file.