Intellisense not working on 3ds max SDK wizard

Intellisense not working on 3ds max SDK wizard

Anonymous
Not applicable
1,122 Views
5 Replies
Message 1 of 6

Intellisense not working on 3ds max SDK wizard

Anonymous
Not applicable

Hii i'm new to this forums and the visual studio programming and well i used the SDK wizard to setup a Import project and things didn't turn out as planned :s

 

everytime i try to compile i get the following error:

> IntelliSense: command-line error: invalid macro definition:_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT =1

 

This error was on the main .cpp and i don't know why is this happening, i tried searching on websites but didn't seem to be similar to my problem

The thing is that the error shows up for no apparent reason, because this is not written in my code at all, it in fact shows the "error" here:

 

 

That little red ~ is the error apparently.

I searched "_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT" on my project and only the crtdefs.h showed up, which had the following code:

 

#if !defined (_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT)
/* _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT is ignored if _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES is set to 0 */
#define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT 0
#else /* !defined (_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT) */


But i don't know if this has something to do.

 

The funny thing also is the fact that the code compiles completely fine, but i can't find anything related to auto completion (which is the intellisense in fact).

I'm using the 3ds Max 2015 SDK so the problem may lie there, but i can't find where...

 

Also this may be a reason why the autocompletion is not working, which i am missing it a lot to know if i'm doing stuff right or not.

If there isn't enough information please let me know and i'll provide all i can

 

Thanks in advance

Seyren 😛

0 Likes
1,123 Views
5 Replies
Replies (5)
Message 2 of 6

istan
Advisor
Advisor

and which Visual Studio version you use?

0 Likes
Message 3 of 6

Anonymous
Not applicable

Visual Studio 2013 🙂

0 Likes
Message 5 of 6

HTCraft
Explorer
Explorer

I'm using Visual Studio 2012, but intellisence doesn't work too!

Man Sad

0 Likes
Message 6 of 6

istan
Advisor
Advisor

I would take a look at Visual Assist!

0 Likes