E2501 Unable to open import file 'filename' (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

This error occurs when you use:

#import "somefile.h"

and the file you are trying to import doesn't exist or can't be found by the compiler.