notonce

Controls whether or not the compiler lets included files be repeatedly included, even with #pragma once on.

Syntax
  #pragma notonce 
Remarks

If you enable this pragma, include statements can be repeatedly included, even if you have enabled #pragmaonceon. For more information, see once.

This pragma does not correspond to any setting in the Language panel. By default, this pragma is disabled.