Compiler Error C2170

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Compiler Error C2170.

identifier' : not declared as a function, cannot be intrinsic

To fix by checking the following possible causes

  1. Pragma intrinsic is used for an item other than a function.

  2. Pragma intrinsic is used for a function with no intrinsic form.

Show: