assert has been defined before inclusion of assert.h

Added by Seanjack over 7 years ago

In VS 2009 had this error come up on compiling with 3dsmax plugins under 3dsmax sdk 2010.

Error came from NP_Rollup.cpp
Was able to solve by adding   #include "assert.h" at the top of the file stdafx.h

hope this helps anyone else that has this issue.

SOTJ